harvest_report 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "harvest_report"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.authors = ["Andriy Yanko"]
8
8
  s.email = ["andriy.yanko@gmail.com"]
9
9
  s.homepage = "https://github.com/railsware/harvest_report"
@@ -40,8 +40,6 @@ module HarvestReport
40
40
  page.fill_in "Password", :with => options[:password]
41
41
  page.click_button "Sign In"
42
42
 
43
- page.click_link "Reports"
44
-
45
43
  element = page.find_link("My Profile")
46
44
  user_id = element[:href].scan(/\d+/).first
47
45
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harvest_report
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-02-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capybara
16
- requirement: &23726620 !ruby/object:Gem::Requirement
16
+ requirement: &19793760 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 1.1.2
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *23726620
24
+ version_requirements: *19793760
25
25
  description:
26
26
  email:
27
27
  - andriy.yanko@gmail.com