repo
string
commit
string
message
string
diff
string
ELLIOTTCABLE/task_master
3a865d0bf65e9d0e66e834e8597ac98a53af1301
Added a documentation coverage checker task
diff --git a/Rakefile.rb b/Rakefile.rb index 558d034..1aa9191 100644 --- a/Rakefile.rb +++ b/Rakefile.rb @@ -1,130 +1,151 @@ ($:.unshift File.expand_path(File.join( File.dirname(__FILE__), 'lib' ))).uniq! require 'task_master' # ======================= # = Gem packaging tasks = # ======================= begin ...
ELLIOTTCABLE/task_master
aaf251f1f17e6d93a09123ee36cdfe47c0818378
Using ::new, not ::configure
diff --git a/README.markdown b/README.markdown index d35e457..ac93fd3 100644 --- a/README.markdown +++ b/README.markdown @@ -1,95 +1,95 @@ task_master =========== *task_master* is a suite to help you clean up your [Rakefile][]. It allows you to quickly and easily create task groups that preform specific tasks and...
ELLIOTTCABLE/task_master
9e2f652ba8ae3a72bfa3f6c2bfd115892925240d
Added an example of planned usage
diff --git a/README.markdown b/README.markdown index f048c4d..d35e457 100644 --- a/README.markdown +++ b/README.markdown @@ -1,79 +1,95 @@ task_master =========== *task_master* is a suite to help you clean up your [Rakefile][]. It allows you to quickly and easily create task groups that preform specific tasks and...
ELLIOTTCABLE/task_master
753791de3e4378fc20474360c470902f0dea446d
/me unrolls his whip...
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..17cf82a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.yardoc +pkg/ +meta/ \ No newline at end of file diff --git a/.manifest b/.manifest new file mode 100644 index 0000000..ed5b704 --- /dev/null +++ b/.manifest @@ -0,0 +1,7 @@ +lib/task_master/...
SixArm/sixarm_ruby_action_controller_mock
f4f8ebb3892407fb57a1797dba615441282a310e
Add CITATION.cff
diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..babfc2d --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,20 @@ +cff-version: 1.2.0 +title: SixArm.com » Ruby » <br> ActionController mock object for testing Rails +message: >- + If you use this work and you want to cite it, + then you can use t...
SixArm/sixarm_ruby_action_controller_mock
1bcb059c0a3e12cdda719ab427ffffba7adf67fe
Add code of conduct
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..d33878e --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,134 @@ + +# Contributor Covenant Code of Conduct + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our +community a harassment-fre...
SixArm/sixarm_ruby_action_controller_mock
0e0a57f18f84a17ade6520c9e39d55eb227d0d84
Fix gemspec signing_key and cert_chain
diff --git a/sixarm_ruby_action_controller_mock.gemspec b/sixarm_ruby_action_controller_mock.gemspec index 42e054d..be76797 100644 --- a/sixarm_ruby_action_controller_mock.gemspec +++ b/sixarm_ruby_action_controller_mock.gemspec @@ -1,40 +1,40 @@ # -*- coding: utf-8 -*- Gem::Specification.new do |s| s.name ...
SixArm/sixarm_ruby_action_controller_mock
eec747ddece33717f340dc088b81ab7a070cb688
Add .github/workflows/ruby.yml
diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml new file mode 100644 index 0000000..e6333a5 --- /dev/null +++ b/.github/workflows/ruby.yml @@ -0,0 +1,28 @@ +name: Ruby + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +permissions: + contents: read + +jobs: + ...
SixArm/sixarm_ruby_action_controller_mock
9e1732d35976af6435c4a4bcab254ab57b76d242
Add platforms
diff --git a/Gemfile.lock b/Gemfile.lock index 08c7d77..cd16da3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,76 +1,84 @@ PATH remote: . specs: sixarm_ruby_action_controller_mock (1.0.8) GEM remote: https://rubygems.org/ specs: actionpack (4.2.11.3) actionview (= 4.2.11.3) a...
SixArm/sixarm_ruby_action_controller_mock
0decdfe6298cca490079a750bbfd71b9b3e081bc
Bump minitest
diff --git a/Gemfile.lock b/Gemfile.lock index b0fac51..08c7d77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,76 +1,76 @@ PATH remote: . specs: sixarm_ruby_action_controller_mock (1.0.8) GEM remote: https://rubygems.org/ specs: actionpack (4.2.11.3) actionview (= 4.2.11.3) a...
SixArm/sixarm_ruby_action_controller_mock
745552447c47067ea5819a96c9a8c96c16b1bcbf
Bump simplecov
diff --git a/sixarm_ruby_action_controller_mock.gemspec b/sixarm_ruby_action_controller_mock.gemspec index 9ff42e7..bdd510f 100644 --- a/sixarm_ruby_action_controller_mock.gemspec +++ b/sixarm_ruby_action_controller_mock.gemspec @@ -1,40 +1,40 @@ # -*- coding: utf-8 -*- Gem::Specification.new do |s| s.name ...
SixArm/sixarm_ruby_action_controller_mock
6b6155ab2e1d8fd82c688b07dbe2992b3044f78d
Bump minitest
diff --git a/sixarm_ruby_action_controller_mock.gemspec b/sixarm_ruby_action_controller_mock.gemspec index a502d18..9ff42e7 100644 --- a/sixarm_ruby_action_controller_mock.gemspec +++ b/sixarm_ruby_action_controller_mock.gemspec @@ -1,40 +1,40 @@ # -*- coding: utf-8 -*- Gem::Specification.new do |s| s.name ...
SixArm/sixarm_ruby_action_controller_mock
86477ebe1845c57fd7febbda254e3e818f031982
Add GPL-2.0 license
diff --git a/sixarm_ruby_action_controller_mock.gemspec b/sixarm_ruby_action_controller_mock.gemspec index c6bfbc7..a502d18 100644 --- a/sixarm_ruby_action_controller_mock.gemspec +++ b/sixarm_ruby_action_controller_mock.gemspec @@ -1,40 +1,40 @@ # -*- coding: utf-8 -*- Gem::Specification.new do |s| s.name ...
SixArm/sixarm_ruby_action_controller_mock
aa2223dce21fb7d3c49553e70d8c17deed906059
Bump rake because of security
diff --git a/Gemfile.lock b/Gemfile.lock index 73cc27f..b0fac51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,76 +1,76 @@ PATH remote: . specs: sixarm_ruby_action_controller_mock (1.0.8) GEM remote: https://rubygems.org/ specs: actionpack (4.2.11.3) actionview (= 4.2.11.3) a...
SixArm/sixarm_ruby_action_controller_mock
1a865a4e651ec5297c74622550d62bf65793d51a
Add Gemfile.lock
diff --git a/.gitignore b/.gitignore index 2854219..978e0fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,11 @@ # SixArm.com → Ruby → GemForge # Our default .gitignore rules # Updated 2019-04-26T05:22:40Z /.bundle /.yardoc !/.codeclimate/ !/.codeclimate.yml !/.travis.yml /coverage/ /coverage.data -...
SixArm/sixarm_ruby_action_controller_mock
d1251bbf4ca9d9b1aee723c6e7f97a4b3bd96761
Bump .travis.yml Ruby version
diff --git a/.travis.yml b/.travis.yml index 33e4bbe..cd18da7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ before_install: - gem update --system sudo: false cache: bundler language: ruby rvm: - - 2.6 - - 2.5 - - 2.4 - - 2.3 + - 3.2 + - 3.1 + - 3.0 + - 2.7
SixArm/sixarm_ruby_action_controller_mock
35ab0f766e41df651f9b1d15eaf4b73c0226e1a9
Drop Coveralls
diff --git a/.yardoc/checksums b/.yardoc/checksums deleted file mode 100644 index 5197853..0000000 --- a/.yardoc/checksums +++ /dev/null @@ -1 +0,0 @@ -lib/sixarm_ruby_action_controller_mock.rb 20f25f16a975a9236b0a40ab90ed5476f213043a diff --git a/.yardoc/object_types b/.yardoc/object_types deleted file mode 100644 ind...
SixArm/sixarm_ruby_action_controller_mock
432a4caa4e6bbd05cb46b4fe3716cef6942eb472
Add git ignore rules esp. for .yardoc
diff --git a/.gitignore b/.gitignore index a618c61..2854219 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ -.bundle -.coveralls.yml -/vendor/ -/Gemfile.lock +# SixArm.com → Ruby → GemForge +# Our default .gitignore rules +# Updated 2019-04-26T05:22:40Z +/.bundle +/.yardoc +!/.codeclimate/ +!/.codeclimate...
SixArm/sixarm_ruby_action_controller_mock
67d3e7a255d80b26fd0b49c642ff1abbff46852b
Drop deprecated item
diff --git a/sixarm_ruby_action_controller_mock.gemspec b/sixarm_ruby_action_controller_mock.gemspec index 3b9fa12..a83391e 100644 --- a/sixarm_ruby_action_controller_mock.gemspec +++ b/sixarm_ruby_action_controller_mock.gemspec @@ -1,41 +1,41 @@ # -*- coding: utf-8 -*- Gem::Specification.new do |s| s.name ...
SixArm/sixarm_ruby_action_controller_mock
ef1de33edecf7a1170b7c32229aa4eaed35b273b
Add code owners
diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..bacd647 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* codeowners@sixarm.com
SixArm/sixarm_ruby_action_controller_mock
359e590717d50775609c328ca40d74d897256b1b
Add Eclipse Public License
diff --git a/LICENSE.md b/LICENSE.md index 421f165..4c4b817 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,28 +1,29 @@ # License Use any license below. Reference https://spdx.org/licenses/ * Apache License (Apache-2.0) * BSD License (BSD-3-Clause) * Creative Commons (CC-BY-NC-SA-4.0) + * Eclipse Public ...
SixArm/sixarm_ruby_action_controller_mock
9e3b9b27f034c566a6b103b86e8de56dbb284cd3
Add gemspec required ruby version
diff --git a/sixarm_ruby_action_controller_mock.gemspec b/sixarm_ruby_action_controller_mock.gemspec index 6780f2b..3b9fa12 100644 --- a/sixarm_ruby_action_controller_mock.gemspec +++ b/sixarm_ruby_action_controller_mock.gemspec @@ -1,39 +1,41 @@ # -*- coding: utf-8 -*- Gem::Specification.new do |s| s.name ...
SixArm/sixarm_ruby_action_controller_mock
77b4f7496ae9bd9e886b3fd55270cf8b54d833a5
Add Code Climate badges id
diff --git a/.codeclimate/badges/id b/.codeclimate/badges/id index 8b13789..b7880ca 100644 --- a/.codeclimate/badges/id +++ b/.codeclimate/badges/id @@ -1 +1 @@ - +559ff8ae3dc812cb457f
SixArm/sixarm_ruby_action_controller_mock
6e446458039bf3fbccde57567e3a1f77ae8ff3ff
Add Code Climate badges id
diff --git a/.codeclimate/badges/id b/.codeclimate/badges/id new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.codeclimate/badges/id @@ -0,0 +1 @@ +
SixArm/sixarm_ruby_action_controller_mock
c13b03ecb8aa162ba414a80024682d16904f6267
Retire Ruby 2.1
diff --git a/.travis.yml b/.travis.yml index af14e38..fff392f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,14 @@ before_install: - gem update --system sudo: false cache: bundler language: ruby rvm: - - ruby-head - 2.5 - 2.4 - 2.3 - 2.2 - - 2.1
SixArm/sixarm_ruby_action_controller_mock
838ee2db25cf74e7c8adaccf55c3b7f60ffb4e87
Add GPL-2.0 license
diff --git a/LICENSE.md b/LICENSE.md index 9e8b421..421f165 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,28 +1,28 @@ # License Use any license below. Reference https://spdx.org/licenses/ * Apache License (Apache-2.0) * BSD License (BSD-3-Clause) * Creative Commons (CC-BY-NC-SA-4.0) * GNU Affero Gene...
SixArm/sixarm_ruby_action_controller_mock
e5c673a0b0161092174abe00e42db56aa1a21283
Fix arrows
diff --git a/sixarm_ruby_action_controller_mock.gemspec b/sixarm_ruby_action_controller_mock.gemspec index 26c4dc1..2c0173f 100644 --- a/sixarm_ruby_action_controller_mock.gemspec +++ b/sixarm_ruby_action_controller_mock.gemspec @@ -1,39 +1,39 @@ # -*- coding: utf-8 -*- Gem::Specification.new do |s| s.name ...
SixArm/sixarm_ruby_action_controller_mock
264d098045e24597868b52891fc38401481271d0
Fix standardization of license abbreviations
diff --git a/sixarm_ruby_action_controller_mock.gemspec b/sixarm_ruby_action_controller_mock.gemspec index 3edcbdc..26c4dc1 100644 --- a/sixarm_ruby_action_controller_mock.gemspec +++ b/sixarm_ruby_action_controller_mock.gemspec @@ -1,39 +1,39 @@ # -*- coding: utf-8 -*- Gem::Specification.new do |s| s.name ...
SixArm/sixarm_ruby_action_controller_mock
bbc08833a0489556abb9812a881056d18eb60576
Add new Ruby versions to Travis CI
diff --git a/.travis.yml b/.travis.yml index 3d52693..e9b3eec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ sudo: false cache: bundler language: ruby rvm: - ruby-head - rbx-3 + - 2.4 + - 2.3 - 2.2 - 2.1 - 2.0
SixArm/sixarm_ruby_action_controller_mock
24ed4d5a087b6a1ff409cab35d7925020ea0af88
Fix tests by adding minitest extensions gem
diff --git a/sixarm_ruby_action_controller_mock.gemspec b/sixarm_ruby_action_controller_mock.gemspec index c6887f9..3edcbdc 100644 --- a/sixarm_ruby_action_controller_mock.gemspec +++ b/sixarm_ruby_action_controller_mock.gemspec @@ -1,38 +1,39 @@ # -*- coding: utf-8 -*- Gem::Specification.new do |s| s.name ...
SixArm/sixarm_ruby_action_controller_mock
d0f0e5a6bd3f3732b55da5ea93b294f0b5c23e32
Fix travis versions by relaxing them
diff --git a/.travis.yml b/.travis.yml index 06af540..5ab2108 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ sudo: false cache: bundler language: ruby rvm: - ruby-head - rbx-2 - - 2.2.0 - - 2.1.0 - - 2.0.0 + - 2.2 + - 2.1 + - 2.0
SixArm/sixarm_ruby_action_controller_mock
fe191a8c2df92a1d9722b55622348c073dfcf714
Move contributing file to top level
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..a9f152a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing + +To contribute code, you can create a pull request, or send us email, or chat with us, whichever is easiest for you. + +To contribute money, you can use PayPal...
SixArm/sixarm_ruby_action_controller_mock
23e0a965283f81a1e666b6e9994252ab0aaa5d7f
Fix double-slash
diff --git a/.gitignore b/.gitignore index 0a486d7..a618c61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .bundle .coveralls.yml -//vendor// +/vendor/ /Gemfile.lock /coverage/ /coverage.data
SixArm/sixarm_ruby_action_controller_mock
5a1ed1b694197209b0a00c8a01081fda830210c3
Fix Gemfile.lock path
diff --git a/.gitignore b/.gitignore index d727eb9..0a486d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .bundle .coveralls.yml //vendor// -Gemfile.lock +/Gemfile.lock /coverage/ /coverage.data
SixArm/sixarm_ruby_action_controller_mock
36b724a98258e429fa19db5a70b045d3905bb6b9
Fix vendor top level path
diff --git a/.gitignore b/.gitignore index 099d632..d727eb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .bundle .coveralls.yml -vendor +//vendor// Gemfile.lock /coverage/ /coverage.data
SixArm/sixarm_ruby_action_controller_mock
6c82190c65dead70f444217286761460885c4675
Ignore coverage
diff --git a/.gitignore b/.gitignore index 3511ffb..099d632 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .bundle .coveralls.yml vendor Gemfile.lock +/coverage/ +/coverage.data
SixArm/sixarm_ruby_action_controller_mock
45bd39f366cc5386e255753298e38972d1176336
Ignore Gemfile.lock
diff --git a/.gitignore b/.gitignore index 84f1806..3511ffb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .bundle .coveralls.yml vendor +Gemfile.lock
SixArm/sixarm_ruby_action_controller_mock
8c4ca5a5257f36a779de576bffc6f03f81d2cb34
Refactor gems from Gemfile to gemspec
diff --git a/Gemfile b/Gemfile index 1cde336..fa75df1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,3 @@ source 'https://rubygems.org' -group :test do - gem 'minitest', '>= 5.7.0', '< 6', require: false - gem 'rake', '>= 10.4.2', '< 11', require: false - gem 'simplecov', '>= 0.10.0', '< 1', require: false - gem ...
SixArm/sixarm_ruby_action_controller_mock
b062afa98a28f62424bc03afcad82b3c70e99c9b
Add contributing file
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9cba265..a9f152a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,28 +1,5 @@ # Contributing -Thank you for contributing! +To contribute code, you can create a pull request, or send us email, or chat with us, whichever is eas...
SixArm/sixarm_ruby_action_controller_mock
f0b36128c37c59f22468b285ea8fa20f43573a25
Normalize default tasks
diff --git a/Rakefile b/Rakefile index f36f1ba..babe792 100644 --- a/Rakefile +++ b/Rakefile @@ -1,23 +1,10 @@ # -*- coding: utf-8 -*- require "rake" require "rake/testtask" Rake::TestTask.new(:test) do |t| t.libs.push("lib", "test") t.pattern = "test/**/*.rb" end -task :default => [:test] -task :default =...
SixArm/sixarm_ruby_action_controller_mock
be56b2e9a73735604aef882977f86073ddc3172c
Set linguist documentation in .gitattributes
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bba615e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +coverage/* linguist-documentation +doc/* linguist-documentation
SixArm/sixarm_ruby_action_controller_mock
beaf24125c46a796d01a2f61fd78bce8a10712fd
Add coveralls configuration
diff --git a/.gitignore b/.gitignore index 180bf07..84f1806 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .bundle +.coveralls.yml vendor
SixArm/sixarm_ruby_action_controller_mock
6426a94732366b3e68742ba2ab38cfe0b139b603
Excise gemsepc files
diff --git a/sixarm_ruby_action_controller_mock.gemspec b/sixarm_ruby_action_controller_mock.gemspec index 3d9e479..c6887f9 100644 --- a/sixarm_ruby_action_controller_mock.gemspec +++ b/sixarm_ruby_action_controller_mock.gemspec @@ -1,45 +1,38 @@ # -*- coding: utf-8 -*- Gem::Specification.new do |s| s.name ...
rkh/presentations
69826cb17bc94a3d6fc6109cab745aee2d793e71
clean up and update
diff --git a/Gemfile b/Gemfile index a230dda..72f0151 100644 --- a/Gemfile +++ b/Gemfile @@ -1,22 +1,22 @@ source :rubygems unless ENV['QUICK'] group :slides do - gem 'showoff' + gem 'showoff', :git => 'https://github.com/schacon/showoff' gem 'rmagick' gem 'pdfkit' end group :demo do gem 'thin' - ge...
rkh/presentations
55250c21ccae8906cac8c229226a9756f28d68c5
import intro slides from reak/realtime talk
diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..a230dda --- /dev/null +++ b/Gemfile @@ -0,0 +1,22 @@ +source :rubygems unless ENV['QUICK'] + +group :slides do + gem 'showoff' + gem 'rmagick' + gem 'pdfkit' +end + +group :demo do + gem 'thin' + gem 'sinatra', '~> 1.2.6' + gem 'escape_utils' + g...
rkh/presentations
40d6e07f857fb9b49490b2d58db809ab63f3ff6f
improve final slide
diff --git a/outro/00_thanks.md b/outro/00_thanks.md index 80a5976..bb1ff75 100644 --- a/outro/00_thanks.md +++ b/outro/00_thanks.md @@ -1,2 +1,4 @@ -!SLIDE -# Thanks! # \ No newline at end of file +!SLIDE bullets thanks +# Thanks! # + +* [github.com / rkh / presentations](https://github.com/rkh/presentations) \ No new...
rkh/presentations
e6a84a8bbccf634691f62f4017d6b0119e63338f
add small font slides
diff --git a/talk.css b/talk.css index 75250ea..a548e50 100644 --- a/talk.css +++ b/talk.css @@ -1,81 +1,85 @@ @charset "UTF-8"; /* line 4, talk.sass */ body { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #aaaaaa), color-stop(80%, #eeeeee), color-stop(100%, #ffffff)); background-i...
rkh/presentations
a218d7fd0200b8c0c1df3d82e75a6b8772605f72
fix border radius issue in webkit
diff --git a/talk.css b/talk.css index df92809..75250ea 100644 --- a/talk.css +++ b/talk.css @@ -1,65 +1,81 @@ @charset "UTF-8"; /* line 4, talk.sass */ body { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #aaaaaa), color-stop(80%, #eeeeee), color-stop(100%, #ffffff)); background-i...
rkh/presentations
dc90e3b4cdf18a40c16374521fd495a82df7e742
skeleton for future presentations
diff --git a/intro/00_intro.md b/intro/00_intro.md new file mode 100644 index 0000000..a1fd5f9 --- /dev/null +++ b/intro/00_intro.md @@ -0,0 +1,11 @@ +!SLIDE title bullets +# will be replaced by title # + +* Konstantin Haase + +!SLIDE bullets +# Me # + +* [rkh.im](http://rkh.im/), [github/rkh](http://github.com/rkh), [...
rkh/presentations
47d09889ce4ec6a56e79d3ce903d04258ace7f99
also track generated css
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e84e55e..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -talk.css diff --git a/talk.css b/talk.css new file mode 100644 index 0000000..e69de29
rkh/presentations
f446ae68cf81be83c43b7e3b10ffcbdf317df6e5
become generic
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd5ee50 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Every talk has its own branch. Check out the branch list. diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..5c813a3 --- /dev/null +++ b/Rakefile @@ -0,0 +1,4 @@ +task :default d...
rkh/presentations
9efb6331bc2abcd98bcc288ce39b59902dc7017a
move to top level
diff --git a/.gitignore b/.gitignore index 694c642..e84e55e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -rsoc2010-rugb/talk.css +talk.css diff --git a/rubyconf2010/showoff.json b/rubyconf2010/showoff.json deleted file mode 100644 index 36744f6..0000000 --- a/rubyconf2010/showoff.json +++ /dev/null @@ -1 +0,0 @...
rkh/presentations
2fd52d3f0508c69abec15f626ab682168ece5616
reduce slides
diff --git a/rubyconf2010/slides/00_introduction.md b/rubyconf2010/slides/00_introduction.md deleted file mode 100644 index b97a74c..0000000 --- a/rubyconf2010/slides/00_introduction.md +++ /dev/null @@ -1,10 +0,0 @@ -!SLIDE -# Live Code Reloading # - -!SLIDE bullets -# Me # - -* [rkh.im](http://rkh.im/), [github/rkh]...
rkh/presentations
747fb377639588a024744ad127e80ef78557c4b6
less slides
diff --git a/rubyconf2010/slides/01_reloading.md b/rubyconf2010/slides/01_reloading.md index d6082ac..ca63f5e 100644 --- a/rubyconf2010/slides/01_reloading.md +++ b/rubyconf2010/slides/01_reloading.md @@ -1,104 +1,82 @@ +!SLIDE bullets + +# Live Code Reloading # + +* (aka reworking ActiveSupport::Dependencies) + !SLID...
rkh/presentations
710183a555493371c5e21be20c446167be968dc8
added rubyconf presenation
diff --git a/rubyconf2010/showoff.json b/rubyconf2010/showoff.json new file mode 100644 index 0000000..36744f6 --- /dev/null +++ b/rubyconf2010/showoff.json @@ -0,0 +1 @@ +{ "name": "Live Code Reloading", "sections": [ {"section":"slides"} ]} diff --git a/rubyconf2010/slides/00_introduction.md b/rubyconf2010/slides/00_...
rkh/presentations
bd02d40e925355ce955ecdd0cfdcc736a1eee032
some styling
diff --git a/rsoc2010-rugb/talk.sass b/rsoc2010-rugb/talk.sass index c829210..f40c390 100644 --- a/rsoc2010-rugb/talk.sass +++ b/rsoc2010-rugb/talk.sass @@ -1,6 +1,34 @@ +@import "compass/css3" +@import "compass/utilities" + .content a &:link, &:visited text-decoration: none color: #000 bo...
rkh/presentations
6d345321d1f38882f9831eb61cb5110152d6d37e
RUG-B talk about RSoC
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..694c642 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +rsoc2010-rugb/talk.css diff --git a/rsoc2010-rugb/showoff.json b/rsoc2010-rugb/showoff.json new file mode 100644 index 0000000..36744f6 --- /dev/null +++ b/rsoc2010-rugb/showoff.json @@ -0,0 +1...
ericholscher/devmason-utils
e500d67adaa01ec0082259d0a56168517bb83999
Small fix and print the response from the server.
diff --git a/devmason_utils/django_utils.py b/devmason_utils/django_utils.py index a7d3358..8ff182d 100644 --- a/devmason_utils/django_utils.py +++ b/devmason_utils/django_utils.py @@ -1,88 +1,88 @@ from django.conf import settings import datetime import socket import unittest from devmason_utils.utils import (c...
ericholscher/devmason-utils
bf4394de17a90b3cd3187bcf45ac3b4c1b0af0c6
Small cleanup.
diff --git a/devmason_utils/django_utils.py b/devmason_utils/django_utils.py index 949c7e3..a7d3358 100644 --- a/devmason_utils/django_utils.py +++ b/devmason_utils/django_utils.py @@ -1,86 +1,88 @@ from django.conf import settings import datetime import socket import unittest -from devmason_utils.utils import cr...
ericholscher/devmason-utils
862366a27b818ce7452030ebd49d822bc75185c1
Added super basic tests, requires a local server to be running.
diff --git a/devmason_utils/models.py b/devmason_utils/models.py new file mode 100644 index 0000000..e69de29 diff --git a/devmason_utils/tests.py b/devmason_utils/tests.py new file mode 100644 index 0000000..780af65 --- /dev/null +++ b/devmason_utils/tests.py @@ -0,0 +1,11 @@ +import pprint +import difflib +from django...
ericholscher/devmason-utils
798af38bbd36880fb276f15751d3ad8a8b4b9004
Small name cleanup.
diff --git a/devmason_utils/django_utils.py b/devmason_utils/django_utils.py index 813fd95..949c7e3 100644 --- a/devmason_utils/django_utils.py +++ b/devmason_utils/django_utils.py @@ -1,86 +1,86 @@ from django.conf import settings import datetime import socket import unittest -from pony_utils.utils import create...
ericholscher/devmason-utils
363c1a71aa4131739f7f7bdd3ff63e4a53a18bb1
Added initial sphinx docs layout.
diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 0000000..7b41bab --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,89 @@ +# Makefile for Sphinx documentation +# + +# You can set these variables from the command line. +SPHINXOPTS = +SPHINXBUILD = sphinx-build +PAPER = +BUILDDIR = _buil...
ericholscher/devmason-utils
46ddcd1b033f98dc02a1018df5b239561add8809
Added license, setup.py, authors, general house cleaning.
diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..34f31dd --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Eric Holscher diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..44e6fcc --- /dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ +Copyright (c) 2008 Eric Holscher <eric@ericholscher.com> + +Permis...
ericholscher/devmason-utils
bb26eee736d61d967a3107419d8143b4756d4e14
Do a bare except, which makes me cry, so hudson builds work.
diff --git a/pony_utils/django/utils.py b/pony_utils/django/utils.py index 20c0c21..813fd95 100644 --- a/pony_utils/django/utils.py +++ b/pony_utils/django/utils.py @@ -1,82 +1,86 @@ from django.conf import settings import datetime import socket import unittest from pony_utils.utils import create_package, send_r...
ericholscher/devmason-utils
a36818eea3a0887f152b65d8671d70cd629b2700
Fallback to django's.
diff --git a/pony_utils/utils.py b/pony_utils/utils.py index 0b4421a..43c7fb2 100644 --- a/pony_utils/utils.py +++ b/pony_utils/utils.py @@ -1,66 +1,69 @@ -from django.utils import simplejson as json +try: + import simplejson as json +except: + from django.utils import simplejson as json import httplib2 import ...
ericholscher/devmason-utils
a6e091cb5fec1dca0f6297dcc7ecfd69b71eedb4
Fix json import.
diff --git a/pony_utils/utils.py b/pony_utils/utils.py index a43c21a..0b4421a 100644 --- a/pony_utils/utils.py +++ b/pony_utils/utils.py @@ -1,69 +1,66 @@ -try: - import json -except: - import simplejson +from django.utils import simplejson as json import httplib2 import distutils.util import unicodedata impo...
ericholscher/devmason-utils
10140715b43573b76c3833eb872ecf481d8e42bc
Handle Test Suites for the test runner.
diff --git a/pony_utils/django/utils.py b/pony_utils/django/utils.py index 81f80e8..20c0c21 100644 --- a/pony_utils/django/utils.py +++ b/pony_utils/django/utils.py @@ -1,71 +1,82 @@ from django.conf import settings import datetime import socket +import unittest from pony_utils.utils import create_package, send_r...
ericholscher/devmason-utils
30484b1622f4aef6b29cfceb7390d0400f877b8d
Parse App names a little cleaner.
diff --git a/pony_utils/utils.py b/pony_utils/utils.py index dc26044..a43c21a 100644 --- a/pony_utils/utils.py +++ b/pony_utils/utils.py @@ -1,69 +1,69 @@ try: import json except: import simplejson import httplib2 import distutils.util import unicodedata import re PB_SERVER = 'http://devmason.com/pon...
ericholscher/devmason-utils
20bd44e856302432c7c68742efcb5786a254c739
Fix silly typo
diff --git a/pony_utils/utils.py b/pony_utils/utils.py index f849e29..dc26044 100644 --- a/pony_utils/utils.py +++ b/pony_utils/utils.py @@ -1,69 +1,69 @@ try: import json except: import simplejson import httplib2 import distutils.util import unicodedata import re PB_SERVER = 'http://devmason.com/pon...
ericholscher/devmason-utils
d81a3f98ebe323ed378a9a4280824da24d4c6b32
Added a default of devmason :)
diff --git a/pony_utils/django/utils.py b/pony_utils/django/utils.py index 7ebb207..81f80e8 100644 --- a/pony_utils/django/utils.py +++ b/pony_utils/django/utils.py @@ -1,72 +1,71 @@ from django.conf import settings import datetime import socket from pony_utils.utils import create_package, send_results, get_arch,...
ericholscher/devmason-utils
ecc17018cb5353b51802ca3c2d620433faf7e10d
Add the start of the codes!
diff --git a/pony_utils/__init__.py b/pony_utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pony_utils/django/__init__.py b/pony_utils/django/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pony_utils/django/test_runner.py b/pony_utils/django/test_runner.py new file mode 1...
ericholscher/devmason-utils
417e98171da51783e035f41d0580db6a110586e0
Add readme
diff --git a/README b/README new file mode 100644 index 0000000..d3ac787 --- /dev/null +++ b/README @@ -0,0 +1 @@ +This is where we put all the utils for playing with ponies, in the clouds.
ericholscher/devmason-utils
ef08de7a33032cf5f49e5fcd2f4efc14ae4c4f1f
Add gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd3b7af --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pyc +build/ +dist/ +*.egg-info \ No newline at end of file
saces/SchwachkopfEinsteck
f39b03f4ad6e62dc388b5d2383c6bb4715b58dd6
API fixes
diff --git a/src/plugins/schwachkopfeinsteck/ReposInserter1.java b/src/plugins/schwachkopfeinsteck/ReposInserter1.java index b86e23d..90a5d1a 100644 --- a/src/plugins/schwachkopfeinsteck/ReposInserter1.java +++ b/src/plugins/schwachkopfeinsteck/ReposInserter1.java @@ -1,197 +1,197 @@ package plugins.schwachkopfeinstec...
saces/SchwachkopfEinsteck
7eb89b42860dd38d510dad2024706f25593e0249
remove unused/redundant parameter
diff --git a/src/plugins/schwachkopfeinsteck/RepositoryManager.java b/src/plugins/schwachkopfeinsteck/RepositoryManager.java index f5cd416..5f29656 100644 --- a/src/plugins/schwachkopfeinsteck/RepositoryManager.java +++ b/src/plugins/schwachkopfeinsteck/RepositoryManager.java @@ -1,314 +1,314 @@ package plugins.schwac...
saces/SchwachkopfEinsteck
5ceba7ffe51afaa1518d250fe9c864888d3fe614
introduce incremental updates
diff --git a/src/plugins/schwachkopfeinsteck/GitPlugin.java b/src/plugins/schwachkopfeinsteck/GitPlugin.java index 991f2ef..9489a64 100644 --- a/src/plugins/schwachkopfeinsteck/GitPlugin.java +++ b/src/plugins/schwachkopfeinsteck/GitPlugin.java @@ -1,96 +1,96 @@ package plugins.schwachkopfeinsteck; import java.io.F...
saces/SchwachkopfEinsteck
04ed6bf0d545f18060a91b2fddbc0daa3cee5c7e
more RepositoryManager, introduce locking, minor misc
diff --git a/README b/README index 58aa01d..b8048c2 100644 --- a/README +++ b/README @@ -1,90 +1,90 @@ SchwachkopfEinsteck =================== 'SchwachkopfEinsteck' is german, it just translates to 'GitPlugin' :) Prebuilt version: http://github.com/saces/SchwachkopfEinsteck/downloads Just load the latest, it...
saces/SchwachkopfEinsteck
a0cc8df5cc2e888b8be08befb970fac3ed37abd3
introduce RepositoryManager
diff --git a/src/plugins/schwachkopfeinsteck/GitPlugin.java b/src/plugins/schwachkopfeinsteck/GitPlugin.java index 6f9d869..991f2ef 100644 --- a/src/plugins/schwachkopfeinsteck/GitPlugin.java +++ b/src/plugins/schwachkopfeinsteck/GitPlugin.java @@ -1,81 +1,96 @@ package plugins.schwachkopfeinsteck; +import java.io.F...
saces/SchwachkopfEinsteck
b0760a4f2a9af7934eda2dfdd05f92aee6fbca31
fix 'Already sent headers'.
diff --git a/src/plugins/schwachkopfeinsteck/toadlets/RepositoriesToadlet.java b/src/plugins/schwachkopfeinsteck/toadlets/RepositoriesToadlet.java index e14a5c0..a7dc402 100644 --- a/src/plugins/schwachkopfeinsteck/toadlets/RepositoriesToadlet.java +++ b/src/plugins/schwachkopfeinsteck/toadlets/RepositoriesToadlet.java...
saces/SchwachkopfEinsteck
5b86788a2ec8addb1840bf932ebbc96432972b32
typo in fproxy port
diff --git a/README b/README index 14171cf..58aa01d 100644 --- a/README +++ b/README @@ -1,90 +1,90 @@ SchwachkopfEinsteck =================== 'SchwachkopfEinsteck' is german, it just translates to 'GitPlugin' :) Prebuilt version: http://github.com/saces/SchwachkopfEinsteck/downloads Just load the latest, it...
saces/SchwachkopfEinsteck
2bc6115fd698c631c8f0ea643c9f4ac03d97c270
Refactoring: move toadlets into package 'toadlets'
diff --git a/src/plugins/schwachkopfeinsteck/GitPlugin.java b/src/plugins/schwachkopfeinsteck/GitPlugin.java index b0cb99d..6f9d869 100644 --- a/src/plugins/schwachkopfeinsteck/GitPlugin.java +++ b/src/plugins/schwachkopfeinsteck/GitPlugin.java @@ -1,78 +1,81 @@ package plugins.schwachkopfeinsteck; import plugins.s...
saces/SchwachkopfEinsteck
efc79b9064c0ed1a8c55c1c2a643a1c075310b02
remove TODO for submodules. submodules are objects too (like anything in git), so it is clients problem to deal with, not servers.
diff --git a/README b/README index 83e7012..14171cf 100644 --- a/README +++ b/README @@ -1,92 +1,90 @@ SchwachkopfEinsteck =================== 'SchwachkopfEinsteck' is german, it just translates to 'GitPlugin' :) Prebuilt version: http://github.com/saces/SchwachkopfEinsteck/downloads Just load the latest, it...
saces/SchwachkopfEinsteck
f288fef2b81bc0cc2c93003dfb78f024fb941d94
resolve dependicy for native git, update-server-info is generated on the fly
diff --git a/src/plugins/schwachkopfeinsteck/ReposInserter1.java b/src/plugins/schwachkopfeinsteck/ReposInserter1.java index adbfaf2..e307ae0 100644 --- a/src/plugins/schwachkopfeinsteck/ReposInserter1.java +++ b/src/plugins/schwachkopfeinsteck/ReposInserter1.java @@ -1,126 +1,212 @@ package plugins.schwachkopfeinstec...
saces/SchwachkopfEinsteck
ad9982ee45269f5a1498439e2de0c07d6884871a
Version 1
diff --git a/src/plugins/schwachkopfeinsteck/Version.java b/src/plugins/schwachkopfeinsteck/Version.java index d334020..3d5c708 100644 --- a/src/plugins/schwachkopfeinsteck/Version.java +++ b/src/plugins/schwachkopfeinsteck/Version.java @@ -1,31 +1,31 @@ /* This code is part of Freenet. It is distributed under the GNU...
saces/SchwachkopfEinsteck
d8ea747e4fa02df98e670c02897283b32953a123
add some preliminary insert code
diff --git a/src/plugins/schwachkopfeinsteck/GitPlugin.java b/src/plugins/schwachkopfeinsteck/GitPlugin.java index 3d0c476..b0cb99d 100644 --- a/src/plugins/schwachkopfeinsteck/GitPlugin.java +++ b/src/plugins/schwachkopfeinsteck/GitPlugin.java @@ -1,78 +1,78 @@ package plugins.schwachkopfeinsteck; import plugins.s...
saces/SchwachkopfEinsteck
0e80f5a194d4c34b1cf4af0e58a5d82859206e44
Fix port number, transposed digits.
diff --git a/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java b/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java index 27df5a2..794862a 100644 --- a/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java +++ b/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java @@ -1,426 +1,426 @@ package plugin...
saces/SchwachkopfEinsteck
306f5cfcdfdf1bd4e2a4f51b8c2ca4cf6c591265
remove unused import
diff --git a/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java b/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java index a9cfbdc..76c112f 100644 --- a/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java +++ b/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java @@ -1,1...
saces/SchwachkopfEinsteck
a24d07253d9062728385474cd369e0aa6e4a072e
make the user alert dismissable
diff --git a/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java b/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java index 419ac39..27df5a2 100644 --- a/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java +++ b/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java @@ -1,426 +1,426 @@ package plugin...
saces/SchwachkopfEinsteck
76407f8afc06f32970ef653ac4268bb4878099c4
fix error messages, client show a proper error msg now instead protocol error
diff --git a/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java b/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java index 3da15a1..a9cfbdc 100644 --- a/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java +++ b/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java @@ -1,1...
saces/SchwachkopfEinsteck
c8694045f78de483ec6694a9330c47e46697b227
send back error messages
diff --git a/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java b/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java index 90d2277..3da15a1 100644 --- a/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java +++ b/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java @@ -1,1...
saces/SchwachkopfEinsteck
5fd93f5d190f7d887b2abdd9a8496bbd2915b3b9
do not store the private uri in description, it gets inserted… use an user alert instead
diff --git a/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java b/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java index f927f09..419ac39 100644 --- a/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java +++ b/src/plugins/schwachkopfeinsteck/RepositoriesToadlet.java @@ -1,420 +1,426 @@ package plugin...
saces/SchwachkopfEinsteck
8c0b7af514b43efdc504cd9bf9d1e343828322a1
add ui to maintain local repositories
diff --git a/README b/README index cca188e..77d343e 100644 --- a/README +++ b/README @@ -1,53 +1,65 @@ SchwachkopfEinsteck =================== 'SchwachkopfEinsteck' is german, it just translates to 'GitPlugin' :) Prebuilt version: http://github.com/saces/SchwachkopfEinsteck/downloads Just load the latest, it...
saces/SchwachkopfEinsteck
87bfeb7b1652af26e29d20ca454bc11a26348eda
add getter for cacheDir
diff --git a/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitDaemon.java b/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitDaemon.java index f1d51d8..275728b 100644 --- a/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitDaemon.java +++ b/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitDaemon.java @@ -1,47 +1...
saces/SchwachkopfEinsteck
72eb393cefd45d4452d9ef2869beb903bd1a684a
add a 'read only' option, useful for publishing repositories
diff --git a/src/plugins/schwachkopfeinsteck/AdminToadlet.java b/src/plugins/schwachkopfeinsteck/AdminToadlet.java index d45f00e..76f415d 100644 --- a/src/plugins/schwachkopfeinsteck/AdminToadlet.java +++ b/src/plugins/schwachkopfeinsteck/AdminToadlet.java @@ -1,147 +1,160 @@ package plugins.schwachkopfeinsteck; im...
saces/SchwachkopfEinsteck
eda098e9cd11aa9975675eeff3cac9b08643c9f2
some cleanup (imports, comments, minor refactoring)
diff --git a/src/plugins/schwachkopfeinsteck/AdminToadlet.java b/src/plugins/schwachkopfeinsteck/AdminToadlet.java index 2c4ad81..d45f00e 100644 --- a/src/plugins/schwachkopfeinsteck/AdminToadlet.java +++ b/src/plugins/schwachkopfeinsteck/AdminToadlet.java @@ -1,149 +1,147 @@ package plugins.schwachkopfeinsteck; im...
saces/SchwachkopfEinsteck
87212d5b7bcb3026f60d60346aec3f79cd323ff4
some cleanup (imports, comments, minor refactoring)
diff --git a/src/plugins/schwachkopfeinsteck/GitPlugin.java b/src/plugins/schwachkopfeinsteck/GitPlugin.java index 85d5703..3d0c476 100644 --- a/src/plugins/schwachkopfeinsteck/GitPlugin.java +++ b/src/plugins/schwachkopfeinsteck/GitPlugin.java @@ -1,81 +1,78 @@ package plugins.schwachkopfeinsteck; -import java.net....
saces/SchwachkopfEinsteck
77557f47b1a50f2ef0aa678c17f1503cb2beb0e6
mention a location where to get a prebuild version from
diff --git a/README b/README index 9787fbb..cca188e 100644 --- a/README +++ b/README @@ -1,53 +1,53 @@ SchwachkopfEinsteck =================== 'SchwachkopfEinsteck' is german, it just translates to 'GitPlugin' :) -Prebuilt version: - Just load it, it should go intuitive… +Prebuilt version: http://github.com/s...
saces/SchwachkopfEinsteck
c656e9f99eecc17f5c91a17618bd4589c41ba182
fix pathname to fit instructions given in README
diff --git a/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java b/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java index 62e218f..bd7d446 100644 --- a/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java +++ b/src/plugins/schwachkopfeinsteck/daemon/AnonymousGitService.java @@ -1,8...
saces/SchwachkopfEinsteck
187e2a820d4212a5dd1c56e63be5c6723c5ad991
add more instructions
diff --git a/README b/README index f78e62f..9787fbb 100644 --- a/README +++ b/README @@ -1,25 +1,53 @@ SchwachkopfEinsteck =================== 'SchwachkopfEinsteck' is german, it just translates to 'GitPlugin' :) Prebuilt version: Just load it, it should go intuitive… Source Version for the impatient: ...
saces/SchwachkopfEinsteck
f96a4f395a86e58cc1d9817e69f32d2c843fa53a
add instructions for submodules
diff --git a/README b/README index dc20135..f78e62f 100644 --- a/README +++ b/README @@ -1,13 +1,25 @@ SchwachkopfEinsteck =================== 'SchwachkopfEinsteck' is german, it just translates to 'GitPlugin' :) Prebuilt version: Just load it, it should go intuitive… Source Version for the impatient: ...