opener-s3-outlet 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 996182598f2173c062a335b5ca407fc53ff9f712
4
- data.tar.gz: b9833d2559ca024f8b046382f07a9e52ccd56ff9
3
+ metadata.gz: 6d2149619078c94eb07f0dcef96810f9fd40e15b
4
+ data.tar.gz: c0453fbf4284da2b6e19a8bc2faac19f8c94991e
5
5
  SHA512:
6
- metadata.gz: 1b51a14557155c616ee244ff65dc4645270baa698bc48b5c19671bcf5069290ea5bfb027be2b7b35eaed83494207fbdd8cfbf0a82e57a985cb9358e51e5ab814
7
- data.tar.gz: 605a4c06fb874aeb4f51a344e8b08c71d1871e68a5fa98a280c5c0b528736c399a21eacf7c339446cf3557681caded6ecdbdcbe00647e4f814635e0a6e75a61e
6
+ metadata.gz: f37b4352e4820c4960175b4f05eb3dc3d696403317f3c5d227cca92999700a3edf8b727dbd7d042ed7b90d5c0d1cc5b6be9683089bdb405fee32809a01fc1889
7
+ data.tar.gz: a882ff95426c177cd0e29d4efd7442f9cf46a385a003cd5a6c51e56bf9de906c576188b8f02843edeb2280f5e0f0513195223d5a10a9ae6f5974279b3300db0a
data/README.md CHANGED
@@ -54,16 +54,6 @@ At least you need the following system setup:
54
54
  * JRuby 1.7.9 or newer
55
55
  * Ruby 1.9.3 or newer
56
56
 
57
- Domain Adaption
58
- ---------------
59
-
60
- TODO
61
-
62
- Language Extension
63
- ------------------
64
-
65
- TODO
66
-
67
57
  The Core
68
58
  --------
69
59
 
@@ -74,7 +64,7 @@ The component is a fat wrapper around the actual language technology core. You c
74
64
  Where to go from here
75
65
  ---------------------
76
66
 
77
- * [Check the project websitere](http://opener-project.github.io)
67
+ * [Check the project website](http://opener-project.github.io)
78
68
  * [Checkout the webservice](http://opener.olery.com/s3-outlet)
79
69
 
80
70
  Report problem/Get help
@@ -1,5 +1,5 @@
1
1
  module Opener
2
2
  class S3Outlet
3
- VERSION = "1.1.2"
3
+ VERSION = "1.1.3"
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@
18
18
  <p>* required</p>
19
19
 
20
20
 
21
- <form action="<%=url("/")%>" method="GET">
21
+ <form action="" method="GET">
22
22
  <div>
23
23
  <label for="request_id"/>Type the ID here*</label>
24
24
  <br/>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opener-s3-outlet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - development@olery.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-23 00:00:00.000000000 Z
11
+ date: 2014-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: builder