Commit 922b8c6fcef568886bfbe21e8c9d227c1c53c5bb

Authored by Braulio Bhavamitra
1 parent 21810adf

rails4: add needed gemspecs for gem dependency track

vendor/gdata/gdata.gemspec 0 → 100644
... ... @@ -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
... ...
vendor/plugins/action_tracker/action_tracker.gemspec 0 → 100644
... ... @@ -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
... ...