ubiquitous 0.0.3 → 0.0.4

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/TODO ADDED
@@ -0,0 +1,6 @@
1
+ 1. Extract default finder, "id", into configuration so folks wishing to look for elements by a different kind of attribute can do so
2
+
3
+ 2. Provide stand-alone view helper methods so other non-rails websites can generate attributes for their markup based on the configured finder
4
+
5
+ 3. Decouple from Capybara - provide common interface over element finder and bring in WebDriver
6
+ by optional definition of Browser object in a config setting
@@ -1,5 +1,5 @@
1
1
  # Copyright 2012 ThoughtWorks, Inc. Licensed under the MIT License
2
2
 
3
3
  module Ubiquitous
4
- VERSION = "0.0.3"
4
+ VERSION = "0.0.4"
5
5
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Ubiquitous::VERSION
8
8
  s.authors = ["algrimes"]
9
9
  s.email = ["agrimes@thoughtworks.com"]
10
- s.homepage = ""
10
+ s.homepage = "http://www.github.com/algrimes/ubiquitous"
11
11
  s.summary = %q{Support to generate a test DSL from your Rails domain objects}
12
12
  s.description = %q{The lofty ambitions of this gem are to unify your ui test and production
13
13
  code's references to its domain model, and to find elements in your UI
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ubiquitous
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -25,6 +25,7 @@ files:
25
25
  - LICENSE
26
26
  - README.md
27
27
  - Rakefile
28
+ - TODO
28
29
  - lib/ubiquitous.rb
29
30
  - lib/ubiquitous/base_model.rb
30
31
  - lib/ubiquitous/instance_tag.rb
@@ -33,7 +34,7 @@ files:
33
34
  - spec/lib/ubiquitous/base_model_spec.rb
34
35
  - spec/lib/ubiquitous/model_helpers_spec.rb
35
36
  - ubiquitous.gemspec
36
- homepage: ''
37
+ homepage: http://www.github.com/algrimes/ubiquitous
37
38
  licenses: []
38
39
  post_install_message:
39
40
  rdoc_options: []