rubyuw 0.99.11 → 0.99.12

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/Rakefile +5 -5
  2. data/VERSION +1 -1
  3. data/rubyuw.gemspec +5 -5
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -7,8 +7,8 @@ begin
7
7
  gemspec.homepage = "http://github.com/mitchellh/rubyuw"
8
8
  gemspec.description = "Library which provides a ruby interface to the University of Washington student portal."
9
9
  gemspec.authors = ["Mitchell Hashimoto"]
10
-
11
- gemspec.add_dependency('tenderlove-mechanize', '>= 0.9.3.20090623142847')
10
+
11
+ gemspec.add_dependency('mechanize', '>= 0.9.3')
12
12
  end
13
13
  Jeweler::GemcutterTasks.new
14
14
  rescue LoadError
@@ -30,14 +30,14 @@ rescue LoadError
30
30
  end
31
31
 
32
32
  namespace :test do
33
- desc "Run all the tests"
33
+ desc "Run all the tests"
34
34
  task :run => [:run_mock, :run_live]
35
-
35
+
36
36
  desc "Run the library test on fixtured data"
37
37
  task :run_mock do
38
38
  run_tests(Dir[File.join(File.dirname(__FILE__), 'test', 'mocked', '**', '*.rb')])
39
39
  end
40
-
40
+
41
41
  desc "Run the library tests on live data (requires password.rb file). NOTE: This method is very slow."
42
42
  task :run_live do
43
43
  run_tests(Dir[File.join(File.dirname(__FILE__), 'test', 'live', '**', '*.rb')])
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.99.11
1
+ 0.99.12
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rubyuw}
8
- s.version = "0.99.11"
8
+ s.version = "0.99.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mitchell Hashimoto"]
12
- s.date = %q{2010-01-20}
12
+ s.date = %q{2010-02-04}
13
13
  s.description = %q{Library which provides a ruby interface to the University of Washington student portal.}
14
14
  s.email = %q{mitchell.hashimoto@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -97,12 +97,12 @@ Gem::Specification.new do |s|
97
97
  s.specification_version = 3
98
98
 
99
99
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
100
- s.add_runtime_dependency(%q<tenderlove-mechanize>, [">= 0.9.3.20090623142847"])
100
+ s.add_runtime_dependency(%q<mechanize>, [">= 0.9.3"])
101
101
  else
102
- s.add_dependency(%q<tenderlove-mechanize>, [">= 0.9.3.20090623142847"])
102
+ s.add_dependency(%q<mechanize>, [">= 0.9.3"])
103
103
  end
104
104
  else
105
- s.add_dependency(%q<tenderlove-mechanize>, [">= 0.9.3.20090623142847"])
105
+ s.add_dependency(%q<mechanize>, [">= 0.9.3"])
106
106
  end
107
107
  end
108
108
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyuw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.11
4
+ version: 0.99.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto
@@ -9,18 +9,18 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-20 00:00:00 -08:00
12
+ date: 2010-02-04 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: tenderlove-mechanize
16
+ name: mechanize
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.9.3.20090623142847
23
+ version: 0.9.3
24
24
  version:
25
25
  description: Library which provides a ruby interface to the University of Washington student portal.
26
26
  email: mitchell.hashimoto@gmail.com