fabulator-xml 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,9 @@
1
- === 0.0.1 2010-03-01
1
+ === 0.0.3 2010-08-16
2
2
 
3
- * 1 major enhancement:
4
- * Initial release
3
+ * 2 minor enhancements:
4
+ * Added require of the Fabulator library
5
+ * Added require of 'fabulator/xml' to 'fabulator-xml' to make config.gem
6
+ work in Rails apps
5
7
 
6
8
  === 0.0.2
7
9
 
@@ -9,3 +11,9 @@
9
11
  * Noted dependence on fabulator gem
10
12
  * Included fabulator-xml.rb so nothing complains about missing files
11
13
  when being loaded.
14
+
15
+ === 0.0.1 2010-03-01
16
+
17
+ * 1 major enhancement:
18
+ * Initial release
19
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/init.rb ADDED
@@ -0,0 +1,6 @@
1
+ # This file makes it possible to install RubyCAS-Client as a Rails plugin.
2
+
3
+ $: << File.expand_path(File.dirname(__FILE__))+'/lib'
4
+
5
+ require 'fabulator/xml'
6
+
@@ -0,0 +1 @@
1
+ require 'fabulator/xml'
@@ -1,2 +1,3 @@
1
+ require 'fabulator'
1
2
  require 'fabulator/xml/actions'
2
3
  require 'fabulator/xml/version'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fabulator-xml
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - James Smith
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-10 00:00:00 +00:00
18
+ date: 2010-08-17 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -53,6 +53,7 @@ files:
53
53
  - features/support/env.rb
54
54
  - features/types.feature
55
55
  - features/xpath.feature
56
+ - init.rb
56
57
  - lib/fabulator-xml.rb
57
58
  - lib/fabulator/xml.rb
58
59
  - lib/fabulator/xml/actions.rb