lib/backup/dependency.rb in backup-3.0.11 vs lib/backup/dependency.rb in backup-3.0.12
- old
+ new
@@ -53,10 +53,22 @@
},
'twitter' => {
:require => 'twitter',
:version => '~> 1.1.2',
- :for => 'Send Twitter Updates (Twitter Notifier)'
+ :for => 'Sending Twitter Updates (Twitter Notifier)'
+ },
+
+ 'httparty' => {
+ :require => 'httparty',
+ :version => '~> 0.7.4',
+ :for => 'Sending Http Updates'
+ },
+
+ 'json' => {
+ :require => 'json',
+ :version => '~> 1.5.1',
+ :for => 'Parsing JSON for HTTParty'
}
}
end
##