rubyosa19 0.6.1 → 0.6.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.
- data/lib/rubyosa/rbosa.rb +0 -2
- metadata +3 -3
data/lib/rubyosa/rbosa.rb
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
|
|
24
24
|
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
25
25
|
# POSSIBILITY OF SUCH DAMAGE.
|
|
26
|
-
warn "!!!!!"
|
|
27
|
-
puts "Desired class: " + @desired_class::CODE
|
|
28
26
|
|
|
29
27
|
require 'date'
|
|
30
28
|
require 'uri'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubyosa19
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2012-
|
|
16
|
+
date: 2012-11-22 00:00:00.000000000 Z
|
|
17
17
|
dependencies: []
|
|
18
18
|
description: This is a modernization of the glorious but unmaintained rubyosa version,
|
|
19
19
|
aimed at making it compatible with ruby 1.9.x series. At the moment, it successfully
|
|
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
55
55
|
version: '0'
|
|
56
56
|
requirements: []
|
|
57
57
|
rubyforge_project: rubyosa19
|
|
58
|
-
rubygems_version: 1.8.
|
|
58
|
+
rubygems_version: 1.8.24
|
|
59
59
|
signing_key:
|
|
60
60
|
specification_version: 3
|
|
61
61
|
summary: Ruby 1.9.x OSA script interface
|