lingotek-client 0.1.1 → 0.1.2

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.
Files changed (3) hide show
  1. data/CHANGELOG.rdoc +17 -0
  2. data/VERSION +1 -1
  3. metadata +2 -17
data/CHANGELOG.rdoc ADDED
@@ -0,0 +1,17 @@
1
+ == 0.1.2
2
+ * bug fix
3
+ * remove rake dependency
4
+ == 0.1.1
5
+ * enhancements
6
+ * added CHANGELOG.rdoc
7
+ * updated schema for future api calls ( getAnalysis )
8
+ * allow to pass array
9
+
10
+ * bug fix
11
+ * fixing rest client before_execution_procs
12
+ * making rdoc dev dependency
13
+ * validation will be off unless requested
14
+
15
+ == 0.1.0
16
+ * Initial Release
17
+ * initial api based on the documention: http://www.lingotek.com/support/devzone/v40
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lingotek-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,22 +59,6 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: 1.7.3
62
- - !ruby/object:Gem::Dependency
63
- name: rake
64
- requirement: !ruby/object:Gem::Requirement
65
- none: false
66
- requirements:
67
- - - '='
68
- - !ruby/object:Gem::Version
69
- version: 0.8.7
70
- type: :runtime
71
- prerelease: false
72
- version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
- requirements:
75
- - - '='
76
- - !ruby/object:Gem::Version
77
- version: 0.8.7
78
62
  - !ruby/object:Gem::Dependency
79
63
  name: rdoc
80
64
  requirement: !ruby/object:Gem::Requirement
@@ -110,6 +94,7 @@ files:
110
94
  - update_schema/table.html
111
95
  - update_schema/test
112
96
  - VERSION
97
+ - CHANGELOG.rdoc
113
98
  - LICENSE
114
99
  - README.md
115
100
  homepage: http://lingotek.com