Commit
922b8c6fcef568886bfbe21e8c9d227c1c53c5bb
Exists in
master
and in
20 other branches
add_member_task_reject_details, admin_visible_profile, community_notifications, fix_comments_pagination, fix_rails4_organization_ratings, fix_sign_up_form, follow_step_fix, forum_topic_creation, mirror_block_improvements, multi_env_on_remote_user, new_security, organization_ratings_improvements, profile_api_improvements, ratings_minor_fixes, send_email_to_admins, stable-spb-1.4, stable-spb-1.5, suggest_rejected_value, web_steps_improvements, xss_terminate_custom_options
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 |