ratom 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/lib/atom/version.rb +1 -1
- data/lib/atom.rb +1 -1
- data/spec/fixtures/complex_single_entry.atom +1 -4
- metadata +4 -4
data/History.txt
CHANGED
data/lib/atom/version.rb
CHANGED
data/lib/atom.rb
CHANGED
@@ -1,10 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
2
2
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
3
3
|
<title type="text">dive into mark</title>
|
4
|
-
<subtitle type="html">
|
5
|
-
A <em>lot</em> of effort
|
6
|
-
went into making this effortless
|
7
|
-
</subtitle>
|
4
|
+
<subtitle type="html">A <em>lot</em> of effort went into making this effortless</subtitle>
|
8
5
|
<updated>2005-07-31T12:29:29Z</updated>
|
9
6
|
<id>tag:example.org,2003:3</id>
|
10
7
|
<link rel="alternate" type="text/html"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ratom
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peerworks
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2008-
|
13
|
+
date: 2008-12-06 00:00:00 +10:30
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -31,7 +31,7 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 1.
|
34
|
+
version: 1.8.2
|
35
35
|
version:
|
36
36
|
description: Atom Syndication and Publication API
|
37
37
|
email: sean@peerworks.org
|
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
123
|
requirements: []
|
124
124
|
|
125
125
|
rubyforge_project: ratom
|
126
|
-
rubygems_version: 1.
|
126
|
+
rubygems_version: 1.3.1
|
127
127
|
signing_key:
|
128
128
|
specification_version: 2
|
129
129
|
summary: Atom Syndication and Publication API
|