twm-cms-bindings 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -3,5 +3,13 @@ TWM CMS v3 Bindings
3
3
 
4
4
  This is the Ruby binding library to communicate with the TWM CMS v3 platform.
5
5
 
6
- It is packaged as a gem
6
+ You can get the current version of this library via rubygems:
7
+
8
+ http://rubygems.org/gems/twm-cms-bindings
9
+
10
+ (gem install twm-cms-bindings)
11
+
12
+ The source code is available on github:
13
+
14
+ http://github.com/ThreeWiseMen/twm-cms-bindings3
7
15
 
File without changes
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twm-cms-bindings
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 0
10
- version: 3.0.0
9
+ - 1
10
+ version: 3.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Three Wise Men
14
- autorequire: memcache-client
14
+ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
@@ -19,7 +19,7 @@ date: 2010-07-26 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
22
- description:
22
+ description: Use this library in a Ruby application to draw content from the TWM CMS v3 platform.
23
23
  email: info @nospam@ threewisemen.ca
24
24
  executables: []
25
25
 
@@ -28,7 +28,7 @@ extensions: []
28
28
  extra_rdoc_files:
29
29
  - README
30
30
  files:
31
- - lib/CMSBinding.rb
31
+ - lib/twm-cms-bindings.rb
32
32
  - test/cachetest.rb
33
33
  - test/CMSBindingDITATest.rb
34
34
  - test/CMSBindingTest.rb