ruby-spimaging 1.0.0
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.
- checksums.yaml +7 -0
- data/.gitignore +18 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/compiler.xml +25 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +7 -0
- data/.idea/modules.xml +9 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +1283 -0
- data/Gemfile +15 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +26 -0
- data/lib/spimaging/configuration.rb +31 -0
- data/lib/spimaging/protocol.rb +46 -0
- data/lib/spimaging/show_images_request.rb +35 -0
- data/lib/spimaging/show_images_response.rb +12 -0
- data/lib/spimaging/version.rb +4 -0
- data/lib/spimaging.rb +9 -0
- data/ruby-spimaging.gemspec +24 -0
- data/ruby-spimaging.iml +40 -0
- data/spec/config.yml +4 -0
- data/spec/show_images_request_spec.rb +38 -0
- data/spec/spec_helper.rb +42 -0
- data/spec/test_server.rb +52 -0
- metadata +108 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 97b24e10484518d1485e567a85f840cfe9fdd759
|
|
4
|
+
data.tar.gz: 9480ff55dcdd17d7c0caa07264a51b2082e5217b
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 5f795dd8a5566f1f4ff094b466cd695b076e2648f72e0f72517a4255960f0e7d02f00dac83431d12ad77eba2bd0e492b879e63b28ffa34d0ddc8da450315ba48
|
|
7
|
+
data.tar.gz: 7e2d8c18e3c099ed8e2cdd8338f33b9103c66caa52b8d4d4faf7badde10605ae30b0db32c8042c7deeae5810381201daf76c830c1d6607874b808cb7aea03c4b
|
data/.gitignore
ADDED
data/.idea/.name
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ruby-spimaging
|
data/.idea/.rakeTasks
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
|
3
|
+
You are allowed to:
|
|
4
|
+
1. Remove rake task
|
|
5
|
+
2. Add existing rake tasks
|
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build ruby-spimaging-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install ruby-spimaging-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push ruby-spimaging-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
data/.idea/compiler.xml
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="CompilerConfiguration">
|
|
4
|
+
<option name="DEFAULT_COMPILER" value="Javac" />
|
|
5
|
+
<resourceExtensions />
|
|
6
|
+
<wildcardResourcePatterns>
|
|
7
|
+
<entry name="?*.properties" />
|
|
8
|
+
<entry name="?*.xml" />
|
|
9
|
+
<entry name="?*.gif" />
|
|
10
|
+
<entry name="?*.png" />
|
|
11
|
+
<entry name="?*.jpeg" />
|
|
12
|
+
<entry name="?*.jpg" />
|
|
13
|
+
<entry name="?*.html" />
|
|
14
|
+
<entry name="?*.dtd" />
|
|
15
|
+
<entry name="?*.tld" />
|
|
16
|
+
<entry name="?*.ftl" />
|
|
17
|
+
</wildcardResourcePatterns>
|
|
18
|
+
<annotationProcessing>
|
|
19
|
+
<profile default="true" name="Default" enabled="false">
|
|
20
|
+
<processorPath useClasspath="true" />
|
|
21
|
+
</profile>
|
|
22
|
+
</annotationProcessing>
|
|
23
|
+
</component>
|
|
24
|
+
</project>
|
|
25
|
+
|
data/.idea/encodings.xml
ADDED
data/.idea/misc.xml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="RVM: ree-1.8.7-2012.02 [global]" project-jdk-type="RUBY_SDK">
|
|
4
|
+
<output url="file://$PROJECT_DIR$/out" />
|
|
5
|
+
</component>
|
|
6
|
+
</project>
|
|
7
|
+
|
data/.idea/modules.xml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/ruby-spimaging.iml" filepath="$PROJECT_DIR$/ruby-spimaging.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
9
|
+
|