GData 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,7 @@
1
+ == 0.0.3 / 2007-04-07
2
+
3
+ * Fix trivial, silly bug in binaries to now show the name
4
+
1
5
  == 0.0.2 / 2007-04-06
2
6
 
3
7
  * Finally get some of the simple stuff out there
@@ -6,7 +6,7 @@
6
6
  require 'gdata/blogger'
7
7
 
8
8
  unless ENV['GDATA_USER'] and ENV['GDATA_PASS']
9
- puts "$0 requires GDATA_USER and GDATA_PASS to be set"
9
+ puts "#{$0} requires GDATA_USER and GDATA_PASS to be set"
10
10
  exit
11
11
  end
12
12
 
@@ -21,4 +21,4 @@ blog_id, entry_id, enclosure_url, enclosure_length = ARGV
21
21
  blogger = GData::Blogger.new(blog_id, entry_id)
22
22
  blogger.authenticate(ENV['GDATA_USER'], ENV['GDATA_PASS'])
23
23
 
24
- blogger.add_enclosure(enclosure_url, enclosure_length)
24
+ blogger.add_enclosure(enclosure_url, enclosure_length)
@@ -6,7 +6,7 @@
6
6
  require 'gdata/blogger'
7
7
 
8
8
  unless ENV['GDATA_USER'] and ENV['GDATA_PASS']
9
- puts "$0 requires GDATA_USER and GDATA_PASS to be set"
9
+ puts "#{$0} requires GDATA_USER and GDATA_PASS to be set"
10
10
  exit
11
11
  end
12
12
 
@@ -6,7 +6,7 @@
6
6
  require 'gdata/spreadsheet'
7
7
 
8
8
  unless ENV['GDATA_USER'] and ENV['GDATA_PASS']
9
- puts "$0 requires GDATA_USER and GDATA_PASS to be set"
9
+ puts "#{$0} requires GDATA_USER and GDATA_PASS to be set"
10
10
  exit
11
11
  end
12
12
 
@@ -6,7 +6,7 @@
6
6
  require 'gdata/blogger'
7
7
 
8
8
  unless ENV['GDATA_USER'] and ENV['GDATA_PASS']
9
- puts "$0 requires GDATA_USER and GDATA_PASS to be set"
9
+ puts "#{$0} requires GDATA_USER and GDATA_PASS to be set"
10
10
  exit
11
11
  end
12
12
 
@@ -1,3 +1,3 @@
1
1
  class GData
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: GData
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.2
6
+ version: 0.0.3
7
7
  date: 2007-04-06 00:00:00 -07:00
8
8
  summary: Google GData Ruby API
9
9
  require_paths: