motion-juxtapose 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +17 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +86 -0
  6. data/Rakefile +1 -0
  7. data/bin/juxtapose +15 -0
  8. data/images/diff-view.png +0 -0
  9. data/images/initial-view.png +0 -0
  10. data/lib/juxtapose/application/README.md +1 -0
  11. data/lib/juxtapose/application/app.rb +42 -0
  12. data/lib/juxtapose/application/config/karma-e2e.conf.js +37 -0
  13. data/lib/juxtapose/application/config/karma.conf.js +31 -0
  14. data/lib/juxtapose/application/css/bootstrap-theme.css +459 -0
  15. data/lib/juxtapose/application/css/bootstrap-theme.min.css +9 -0
  16. data/lib/juxtapose/application/css/bootstrap.css +7098 -0
  17. data/lib/juxtapose/application/css/bootstrap.min.css +9 -0
  18. data/lib/juxtapose/application/css/styles.css +31 -0
  19. data/lib/juxtapose/application/fonts/glyphicons-halflings-regular.eot +0 -0
  20. data/lib/juxtapose/application/fonts/glyphicons-halflings-regular.svg +229 -0
  21. data/lib/juxtapose/application/fonts/glyphicons-halflings-regular.ttf +0 -0
  22. data/lib/juxtapose/application/fonts/glyphicons-halflings-regular.woff +0 -0
  23. data/lib/juxtapose/application/js/angular.min.js +200 -0
  24. data/lib/juxtapose/application/js/app.js +80 -0
  25. data/lib/juxtapose/application/js/bootstrap.js +2002 -0
  26. data/lib/juxtapose/application/js/bootstrap.min.js +9 -0
  27. data/lib/juxtapose/application/js/underscore-min.js +6 -0
  28. data/lib/juxtapose/application/lib/image.rb +27 -0
  29. data/lib/juxtapose/application/lib/project.rb +48 -0
  30. data/lib/juxtapose/application/lib/spec.rb +43 -0
  31. data/lib/juxtapose/application/scripts/e2e-test.bat +11 -0
  32. data/lib/juxtapose/application/scripts/e2e-test.sh +9 -0
  33. data/lib/juxtapose/application/scripts/test.bat +11 -0
  34. data/lib/juxtapose/application/scripts/test.sh +9 -0
  35. data/lib/juxtapose/application/scripts/watchr.rb +19 -0
  36. data/lib/juxtapose/application/scripts/web-server.js +244 -0
  37. data/lib/juxtapose/application/spec/javascript/e2e/runner.html +11 -0
  38. data/lib/juxtapose/application/spec/javascript/e2e/scenarios.js +45 -0
  39. data/lib/juxtapose/application/spec/javascript/lib/angular/angular-mocks.js +1962 -0
  40. data/lib/juxtapose/application/spec/javascript/lib/angular/angular-scenario.js +29649 -0
  41. data/lib/juxtapose/application/spec/javascript/unit/controllersSpec.js +36 -0
  42. data/lib/juxtapose/application/spec/models/image_spec.rb +26 -0
  43. data/lib/juxtapose/application/spec/models/project_spec.rb +90 -0
  44. data/lib/juxtapose/application/spec/models/spec_spec.rb +54 -0
  45. data/lib/juxtapose/application/spec/spec_helper.rb +17 -0
  46. data/lib/juxtapose/application/views/index.html.haml +87 -0
  47. data/lib/juxtapose/screenshotter.rb +116 -0
  48. data/lib/juxtapose/strategy/frank_strategy.rb +58 -0
  49. data/lib/juxtapose/strategy/mac_bacon_strategy.rb +92 -0
  50. data/lib/juxtapose/version.rb +3 -0
  51. data/lib/motion-juxtapose.rb +15 -0
  52. data/motion-juxtapose.gemspec +26 -0
  53. metadata +182 -0
metadata ADDED
@@ -0,0 +1,182 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: motion-juxtapose
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Joe Lind
8
+ - Thomas Mayfield
9
+ - Jeffrey Chupp
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2014-02-14 00:00:00.000000000 Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: sinatra
17
+ requirement: !ruby/object:Gem::Requirement
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '1.4'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ~>
27
+ - !ruby/object:Gem::Version
28
+ version: '1.4'
29
+ - !ruby/object:Gem::Dependency
30
+ name: haml
31
+ requirement: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - '>='
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ type: :runtime
37
+ prerelease: false
38
+ version_requirements: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ - !ruby/object:Gem::Dependency
44
+ name: bundler
45
+ requirement: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ~>
48
+ - !ruby/object:Gem::Version
49
+ version: '1.3'
50
+ type: :development
51
+ prerelease: false
52
+ version_requirements: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ~>
55
+ - !ruby/object:Gem::Version
56
+ version: '1.3'
57
+ - !ruby/object:Gem::Dependency
58
+ name: rake
59
+ requirement: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - '>='
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
64
+ type: :development
65
+ prerelease: false
66
+ version_requirements: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - '>='
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ - !ruby/object:Gem::Dependency
72
+ name: rspec
73
+ requirement: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ type: :development
79
+ prerelease: false
80
+ version_requirements: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - '>='
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ - !ruby/object:Gem::Dependency
86
+ name: fakefs
87
+ requirement: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - '>='
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
92
+ type: :development
93
+ prerelease: false
94
+ version_requirements: !ruby/object:Gem::Requirement
95
+ requirements:
96
+ - - '>='
97
+ - !ruby/object:Gem::Version
98
+ version: '0'
99
+ description: Screenshot-based assertions for RubyMotion projects
100
+ email:
101
+ - thomas@terriblelabs.com
102
+ executables:
103
+ - juxtapose
104
+ extensions: []
105
+ extra_rdoc_files: []
106
+ files:
107
+ - .gitignore
108
+ - Gemfile
109
+ - LICENSE.txt
110
+ - README.md
111
+ - Rakefile
112
+ - bin/juxtapose
113
+ - images/diff-view.png
114
+ - images/initial-view.png
115
+ - lib/juxtapose/application/README.md
116
+ - lib/juxtapose/application/app.rb
117
+ - lib/juxtapose/application/config/karma-e2e.conf.js
118
+ - lib/juxtapose/application/config/karma.conf.js
119
+ - lib/juxtapose/application/css/bootstrap-theme.css
120
+ - lib/juxtapose/application/css/bootstrap-theme.min.css
121
+ - lib/juxtapose/application/css/bootstrap.css
122
+ - lib/juxtapose/application/css/bootstrap.min.css
123
+ - lib/juxtapose/application/css/styles.css
124
+ - lib/juxtapose/application/fonts/glyphicons-halflings-regular.eot
125
+ - lib/juxtapose/application/fonts/glyphicons-halflings-regular.svg
126
+ - lib/juxtapose/application/fonts/glyphicons-halflings-regular.ttf
127
+ - lib/juxtapose/application/fonts/glyphicons-halflings-regular.woff
128
+ - lib/juxtapose/application/js/angular.min.js
129
+ - lib/juxtapose/application/js/app.js
130
+ - lib/juxtapose/application/js/bootstrap.js
131
+ - lib/juxtapose/application/js/bootstrap.min.js
132
+ - lib/juxtapose/application/js/underscore-min.js
133
+ - lib/juxtapose/application/lib/image.rb
134
+ - lib/juxtapose/application/lib/project.rb
135
+ - lib/juxtapose/application/lib/spec.rb
136
+ - lib/juxtapose/application/scripts/e2e-test.bat
137
+ - lib/juxtapose/application/scripts/e2e-test.sh
138
+ - lib/juxtapose/application/scripts/test.bat
139
+ - lib/juxtapose/application/scripts/test.sh
140
+ - lib/juxtapose/application/scripts/watchr.rb
141
+ - lib/juxtapose/application/scripts/web-server.js
142
+ - lib/juxtapose/application/spec/javascript/e2e/runner.html
143
+ - lib/juxtapose/application/spec/javascript/e2e/scenarios.js
144
+ - lib/juxtapose/application/spec/javascript/lib/angular/angular-mocks.js
145
+ - lib/juxtapose/application/spec/javascript/lib/angular/angular-scenario.js
146
+ - lib/juxtapose/application/spec/javascript/unit/controllersSpec.js
147
+ - lib/juxtapose/application/spec/models/image_spec.rb
148
+ - lib/juxtapose/application/spec/models/project_spec.rb
149
+ - lib/juxtapose/application/spec/models/spec_spec.rb
150
+ - lib/juxtapose/application/spec/spec_helper.rb
151
+ - lib/juxtapose/application/views/index.html.haml
152
+ - lib/juxtapose/screenshotter.rb
153
+ - lib/juxtapose/strategy/frank_strategy.rb
154
+ - lib/juxtapose/strategy/mac_bacon_strategy.rb
155
+ - lib/juxtapose/version.rb
156
+ - lib/motion-juxtapose.rb
157
+ - motion-juxtapose.gemspec
158
+ homepage: https://github.com/terriblelabs/motion-juxtapose
159
+ licenses:
160
+ - MIT
161
+ metadata: {}
162
+ post_install_message:
163
+ rdoc_options: []
164
+ require_paths:
165
+ - lib
166
+ required_ruby_version: !ruby/object:Gem::Requirement
167
+ requirements:
168
+ - - '>='
169
+ - !ruby/object:Gem::Version
170
+ version: '0'
171
+ required_rubygems_version: !ruby/object:Gem::Requirement
172
+ requirements:
173
+ - - '>='
174
+ - !ruby/object:Gem::Version
175
+ version: '0'
176
+ requirements: []
177
+ rubyforge_project:
178
+ rubygems_version: 2.1.11
179
+ signing_key:
180
+ specification_version: 4
181
+ summary: Screenshot-based assertions for RubyMotion projects
182
+ test_files: []