undata 0.0.1 → 0.1.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.
- data/.idea/misc.xml +1 -1
- data/.idea/undata.iml +2 -3
- data/VERSION +1 -1
- data/lib/undata.rb +3 -0
- metadata +3 -2
data/.idea/misc.xml
CHANGED
@@ -3,6 +3,6 @@
|
|
3
3
|
<component name="DependencyValidationManager">
|
4
4
|
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
|
5
5
|
</component>
|
6
|
-
<component name="ProjectRootManager" version="2" project-jdk-name="
|
6
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="ruby-1.9.2-p180 (1)" project-jdk-type="RUBY_SDK" />
|
7
7
|
</project>
|
8
8
|
|
data/.idea/undata.iml
CHANGED
@@ -12,9 +12,8 @@
|
|
12
12
|
<content url="file://$MODULE_DIR$" />
|
13
13
|
<orderEntry type="inheritedJdk" />
|
14
14
|
<orderEntry type="sourceFolder" forTests="false" />
|
15
|
-
<orderEntry type="library" scope="PROVIDED" name="[gem]
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="[gem]
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="[gem] test-unit (v2.2.0, /opt/local/lib/ruby/gems/1.8/gems/test-unit-2.2.0)" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="[gem] mocha (v0.9.12, /usr/local/lib/ruby/gems/1.9.1/gems/mocha-0.9.12)" level="application" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="[gem] rake (v0.8.7, /Users/gcb/.gem/ruby/1.9.1/gems/rake-0.8.7)" level="application" />
|
18
17
|
</component>
|
19
18
|
<component name="RModuleSettingsStorage" number="2" string0="$MODULE_DIR$/lib" string1="$MODULE_DIR$/test" />
|
20
19
|
</module>
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0
|
1
|
+
0.1.0
|
data/lib/undata.rb
ADDED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: undata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0
|
5
|
+
version: 0.1.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Graham Brooks
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-05-
|
13
|
+
date: 2011-05-21 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: mocha
|
@@ -44,6 +44,7 @@ files:
|
|
44
44
|
- lib/un/data/client.rb
|
45
45
|
- lib/un/data/host_adaptor.rb
|
46
46
|
- lib/un/data/response_parser.rb
|
47
|
+
- lib/undata.rb
|
47
48
|
- test/helper.rb
|
48
49
|
- test/integration/un/data/test_client_integration.rb
|
49
50
|
- test/unit/un/data/test_client.rb
|