Commit
922b8c6fcef568886bfbe21e8c9d227c1c53c5bb
Exists in
master
and in
11 other branches
angular_poc, backup-7-jan-2016, export-comment-paragraph, login-captcha, new_video_plugin, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, staging, theme-brasil-digital-from-staging, travis
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 |