oats 0.0.8 → 0.0.9

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 (4) hide show
  1. data/.gitignore +1 -2
  2. data/Gemfile.lock +60 -0
  3. data/lib/oats/version.rb +1 -1
  4. metadata +4 -3
data/.gitignore CHANGED
@@ -1,6 +1,5 @@
1
1
  *.gem
2
2
  .bundle
3
- Gemfile.lock
4
3
  pkg/*
5
4
  /nbproject/private/
6
- .DS_Store
5
+ .DS_Store
data/Gemfile.lock ADDED
@@ -0,0 +1,60 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ oats (0.0.7)
5
+ em-http-request
6
+ json
7
+ log4r
8
+ net-http-persistent
9
+
10
+ GEM
11
+ remote: http://rubygems.org/
12
+ remote: http://rubygems.org/
13
+ specs:
14
+ addressable (2.2.8)
15
+ childprocess (0.3.2)
16
+ ffi (~> 1.0.6)
17
+ cookiejar (0.3.0)
18
+ em-http-request (1.0.2)
19
+ addressable (>= 2.2.3)
20
+ cookiejar
21
+ em-socksify
22
+ eventmachine (>= 1.0.0.beta.4)
23
+ http_parser.rb (>= 0.5.3)
24
+ em-socksify (0.2.0)
25
+ eventmachine (>= 1.0.0.beta.4)
26
+ eventmachine (1.0.0.beta.4)
27
+ ffi (1.0.11)
28
+ http_parser.rb (0.5.3)
29
+ json (1.7.3)
30
+ libwebsocket (0.1.3)
31
+ addressable
32
+ log4r (1.1.10)
33
+ mime-types (1.18)
34
+ multi_json (1.3.5)
35
+ net-http-persistent (2.6)
36
+ nokogiri (1.5.2)
37
+ rest-client (1.6.7)
38
+ mime-types (>= 1.16)
39
+ ruby-ole (1.2.11.3)
40
+ rubyzip (0.9.8)
41
+ selenium-webdriver (2.21.2)
42
+ childprocess (>= 0.2.5)
43
+ ffi (~> 1.0)
44
+ libwebsocket (~> 0.1.3)
45
+ multi_json (~> 1.0)
46
+ rubyzip
47
+ spreadsheet (0.7.1)
48
+ ruby-ole (>= 1.0)
49
+ watir-webdriver (0.5.8)
50
+ selenium-webdriver (>= 2.18.0)
51
+
52
+ PLATFORMS
53
+ ruby
54
+
55
+ DEPENDENCIES
56
+ nokogiri
57
+ oats!
58
+ rest-client
59
+ spreadsheet
60
+ watir-webdriver
data/lib/oats/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oats
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oats
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Levent Atasoy
@@ -87,6 +87,7 @@ files:
87
87
  - .gitignore
88
88
  - .rvmrc
89
89
  - Gemfile
90
+ - Gemfile.lock
90
91
  - README.txt
91
92
  - Rakefile
92
93
  - bin/agent