diff --git a/vendor/gdata/gdata.gemspec b/vendor/gdata/gdata.gemspec new file mode 100644 index 0000000..0a19147 --- /dev/null +++ b/vendor/gdata/gdata.gemspec @@ -0,0 +1,6 @@ +Gem::Specification.new do |s| + s.name = "gdata" + s.version = "1.1.1" + s.summary = 'This gem provides a set of wrappers designed to make it easy to work with the Google Data APIs.' + s.authors = ['Jeff Fisher', 'Trevor Johns'] +end diff --git a/vendor/plugins/action_tracker/action_tracker.gemspec b/vendor/plugins/action_tracker/action_tracker.gemspec new file mode 100644 index 0000000..8b95bdb --- /dev/null +++ b/vendor/plugins/action_tracker/action_tracker.gemspec @@ -0,0 +1,7 @@ +Gem::Specification.new do |s| + s.name = "action_tracker" + s.version = "0.0.1" + s.add_dependency "user_stamp", ">= 0.0.0" + s.summary = "Track models' actions" + s.authors = ['Caio SBA'] +end -- libgit2 0.21.2