Commit
922b8c6fcef568886bfbe21e8c9d227c1c53c5bb
Exists in
staging
and in
19 other branches
angular_poc, api-homepage, api_visitor, caching-rails4, captcha_serpro_plugin, comment_paragraph_api, comments_api_reply, environment-api, export-comment-paragraph, fix_multitenancy, fix_profile_wall, fix_string_downcase_and_upcase, fix_upload_files_on_development_environment, json_cookie_serializer, login-captcha, master, new_security, new_video_plugin, production
rails4: add needed gemspecs for gem dependency track
| @@ -0,0 +1,6 @@ |
| @@ -0,0 +1,6 @@ |
| |
1
| +Gem::Specification.new do |s| |
| |
2
| + s.name = "gdata" |
| |
3
| + s.version = "1.1.1" |
| |
4
| + s.summary = 'This gem provides a set of wrappers designed to make it easy to work with the Google Data APIs.' |
| |
5
| + s.authors = ['Jeff Fisher', 'Trevor Johns'] |
| |
6
| +end |
| @@ -0,0 +1,7 @@ |
| @@ -0,0 +1,7 @@ |
| |
1
| +Gem::Specification.new do |s| |
| |
2
| + s.name = "action_tracker" |
| |
3
| + s.version = "0.0.1" |
| |
4
| + s.add_dependency "user_stamp", ">= 0.0.0" |
| |
5
| + s.summary = "Track models' actions" |
| |
6
| + s.authors = ['Caio SBA'] |
| |
7
| +end |