experience 0.0.0

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1e479cecc36c2dea312fb304f0edbebb778b6672
4
+ data.tar.gz: 1f6d91ec9253931b807488557119a462b65291e8
5
+ SHA512:
6
+ metadata.gz: 992ecfad1b6698a1a6abdec805036c92a082cab0c59410f0ac784e31929561d7951f558c13b5bb99d2915af10ec0d5be9c3d63742f7f7b7e77a4c1d7121a7e00
7
+ data.tar.gz: 0b6fbc5ea50f3f239e7b7407976b44146b4a45ce30d24a6a79eebbc5d75dcb70aa972a84143a2a06d522b321cb29d22524f0474bc826723bbe956ab72abef2ee
@@ -0,0 +1,4 @@
1
+ experience
2
+ ==========
3
+
4
+ Test applications for the user experience
@@ -0,0 +1,21 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'experience'
3
+ s.version = '0.0.0'
4
+ s.platform = Gem::Platform::RUBY
5
+ s.date = '2014-09-12'
6
+ s.summary = "Test the user experience"
7
+ s.description = "Test applications for the user experience. "\
8
+ "This is an implementation of the User Interaction testing pattern."
9
+ s.authors = ["Dane Andersen"]
10
+ s.email = ['dane.andersen@gmail.com']
11
+ s.files = ["lib/hola.rb"]
12
+ s.homepage = "https://github.com/daneandersen/experience"
13
+ s.license = 'MIT'
14
+
15
+ s.rubyforge_project = "experience"
16
+
17
+ s.files = `git ls-files`.split("\n")
18
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
+ s.require_paths = ["lib"]
21
+ end
@@ -0,0 +1,3 @@
1
+ module Experience
2
+ #nothing to it but to do it
3
+ end
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: experience
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Dane Andersen
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-09-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Test applications for the user experience. This is an implementation
14
+ of the User Interaction testing pattern.
15
+ email:
16
+ - dane.andersen@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - README.md
22
+ - experience.gemspec
23
+ - lib/experience.rb
24
+ homepage: https://github.com/daneandersen/experience
25
+ licenses:
26
+ - MIT
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - '>='
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project: experience
44
+ rubygems_version: 2.0.14
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Test the user experience
48
+ test_files: []
49
+ has_rdoc: