null+****@clear*****
null+****@clear*****
Thu Jun 7 12:17:42 JST 2012
yuta yamada 2012-06-07 12:17:42 +0900 (Thu, 07 Jun 2012) New Revision: 464bbcdfa8883c391f9e8b6aedbb572c9ebb8baa Log: Fix "name" parameter value to upload a package Modified files: Rakefile Modified: Rakefile (+1 -1) =================================================================== --- Rakefile 2012-06-07 12:17:22 +0900 (faf8aba) +++ Rakefile 2012-06-07 12:17:42 +0900 (36f9233) @@ -77,7 +77,7 @@ task :upload => :package do token = login_info["token"] sh("curl", - "-F", "name=#{PACKAGE_NAME}", + "-F", "name=#{user}", "-F", "token=#{token}", "-F", "package=@#{MARMALADE_PACKAGE_NAME}.tar", "#{marmalade_api_base_url}/v1/packages")