From e08ab1ebe505b79c30c7de484e32a94019cb6466 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 4 Feb 2013 15:50:36 -0500 Subject: [PATCH] Add sinatra-1.3.2 rubygem --- .../interpreters/ruby/generated.nix | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/ruby/generated.nix b/pkgs/development/interpreters/ruby/generated.nix index bb8d4a22282..7d6d8f005db 100644 --- a/pkgs/development/interpreters/ruby/generated.nix +++ b/pkgs/development/interpreters/ruby/generated.nix @@ -40,6 +40,7 @@ g: # Get dependencies from patched gems polyglot = g.polyglot_0_3_3; rack = g.rack_1_5_1; rack_cache = g.rack_cache_1_2; + rack_protection = g.rack_protection_1_3_2; rack_ssl = g.rack_ssl_1_3_3; rack_test = g.rack_test_0_6_2; rails = g.rails_3_2_11; @@ -56,6 +57,7 @@ g: # Get dependencies from patched gems rubyzip = g.rubyzip_0_9_9; sass = g.sass_3_2_5; selenium_webdriver = g.selenium_webdriver_2_29_0; + sinatra = g.sinatra_1_3_2; sprockets = g.sprockets_2_2_2; thor = g.thor_0_17_0; tilt = g.tilt_1_3_3; @@ -64,7 +66,7 @@ g: # Get dependencies from patched gems websocket = g.websocket_1_0_7; xml_simple = g.xml_simple_1_1_1; }; - gem_nix_args = [ ''autotest-rails'' ''buildr'' ''fakes3'' ''foreman'' ''nix'' ''rails'' ''rake'' ''rb-fsevent'' ''sass'' ''selenium-webdriver'' ]; + gem_nix_args = [ ''autotest-rails'' ''buildr'' ''fakes3'' ''foreman'' ''nix'' ''rails'' ''rake'' ''rb-fsevent'' ''sass'' ''selenium-webdriver'' ''sinatra-1.3.2'' ]; gems = { ZenTest_4_8_4 = { basename = ''ZenTest''; @@ -663,6 +665,17 @@ Also see http://rack.github.com/. requiredGems = [ g.rack_1_5_1 ]; sha256 = ''073ffpsqmy4nqxz178qisb3a4v3305c49ypj0jw6s9mkz02yvgq2''; }; + rack_protection_1_3_2 = { + basename = ''rack_protection''; + meta = { + description = ''You should use protection!''; + homepage = ''http://github.com/rkh/rack-protection''; + longDescription = ''You should use protection!''; + }; + name = ''rack-protection-1.3.2''; + requiredGems = [ ]; + sha256 = ''0f69d491xciq1hb3mm26nxnsb3pvlf3gdkggj4ryiphimsy05n0k''; + }; rack_ssl_1_3_3 = { basename = ''rack_ssl''; meta = { @@ -892,6 +905,17 @@ See RDoc for a description of RDoc's markup and basic use.''; requiredGems = [ g.childprocess_0_3_7 g.websocket_1_0_7 ]; sha256 = ''0c5fybp19mawq07h59b16h736pz8sz017m1pwalb6mcyliqmlwcj''; }; + sinatra_1_3_2 = { + basename = ''sinatra''; + meta = { + description = ''Classy web-development dressed in a DSL''; + homepage = ''http://www.sinatrarb.com/''; + longDescription = ''Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort.''; + }; + name = ''sinatra-1.3.2''; + requiredGems = [ g.rack_protection_1_3_2 ]; + sha256 = ''05blf915zpiwyz7agcn9rwdmddwxz0z4l3gd4qlqmrgd2vkw4sxc''; + }; sprockets_2_2_2 = { basename = ''sprockets''; meta = {