aproxacs-storyq_client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/History.txt +5 -0
  2. metadata +6 -6
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.0.2 2008-07-09
2
+
3
+ * 1 tiny enhancement
4
+ * mis-typing
5
+
1
6
  == 0.0.1 2008-07-09
2
7
 
3
8
  * 1 major enhancement:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aproxacs-storyq_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - aproxacs
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-06 00:00:00 -07:00
12
+ date: 2008-07-09 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -17,7 +17,7 @@ dependencies:
17
17
  version_requirement:
18
18
  version_requirements: !ruby/object:Gem::Requirement
19
19
  requirements:
20
- - - ">"
20
+ - - ">="
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.0.2
23
23
  version:
@@ -26,11 +26,11 @@ dependencies:
26
26
  version_requirement:
27
27
  version_requirements: !ruby/object:Gem::Requirement
28
28
  requirements:
29
- - - ">"
29
+ - - ">="
30
30
  - !ruby/object:Gem::Version
31
31
  version: 0.2.4
32
32
  version:
33
- description: StoryQ client Library. This library makes it easy to use storyq's Open API. You can easily upload documents and photos to the storyq and convert them to the flash slide with this library. This follows the restful style but not use active_resource.
33
+ description: This library makes it easy to use storyq's Open API. You can easily upload documents and photos to the storyq and convert them to the flash slide with this library. This follows the restful style but not use active_resource.
34
34
  email: aproxacs@gmail.com
35
35
  executables: []
36
36
 
@@ -77,6 +77,6 @@ rubyforge_project:
77
77
  rubygems_version: 1.2.0
78
78
  signing_key:
79
79
  specification_version: 2
80
- summary: StoryQ client
80
+ summary: StoryQ client Library
81
81
  test_files:
82
82
  - test/base_spec.rb