Update manifest
This commit is contained in:
parent
7afa0f0561
commit
6165e132b6
33
Manifest.txt
33
Manifest.txt
|
@ -1,3 +1,26 @@
|
|||
.git/HEAD
|
||||
.git/config
|
||||
.git/description
|
||||
.git/hooks/applypatch-msg
|
||||
.git/hooks/commit-msg
|
||||
.git/hooks/post-commit
|
||||
.git/hooks/post-receive
|
||||
.git/hooks/post-update
|
||||
.git/hooks/pre-applypatch
|
||||
.git/hooks/pre-commit
|
||||
.git/hooks/pre-rebase
|
||||
.git/hooks/update
|
||||
.git/index
|
||||
.git/info/exclude
|
||||
.git/logs/HEAD
|
||||
.git/logs/refs/heads/master
|
||||
.git/logs/refs/remotes/origin/master
|
||||
.git/objects/pack/pack-3243faf8e8f6f0e226adf39a2c2e8c19c18da6c4.idx
|
||||
.git/objects/pack/pack-3243faf8e8f6f0e226adf39a2c2e8c19c18da6c4.pack
|
||||
.git/refs/heads/master
|
||||
.git/refs/remotes/origin/HEAD
|
||||
.git/refs/remotes/origin/master
|
||||
.gitignore
|
||||
History.txt
|
||||
MIT-LICENSE.txt
|
||||
Manifest.txt
|
||||
|
@ -7,8 +30,14 @@ TODO.txt
|
|||
init.rb
|
||||
install.rb
|
||||
lib/webrat.rb
|
||||
lib/webrat/rails_extensions.rb
|
||||
lib/webrat/session.rb
|
||||
lib/webrat/field.rb
|
||||
lib/webrat/form.rb
|
||||
lib/webrat/label.rb
|
||||
lib/webrat/link.rb
|
||||
lib/webrat/logging.rb
|
||||
lib/webrat/page.rb
|
||||
lib/webrat/redirect_actions.rb
|
||||
lib/webrat/select_option.rb
|
||||
test/checks_test.rb
|
||||
test/chooses_test.rb
|
||||
test/clicks_button_test.rb
|
||||
|
|
Loading…
Reference in New Issue