polarbear 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +18 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/dictionaries/pat.xml +41 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/polarbear.iml +60 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +818 -0
- data/.rspec +2 -0
- data/Gemfile +4 -0
- data/Guardfile +26 -0
- data/LICENSE.txt +22 -0
- data/README.md +31 -0
- data/Rakefile +22 -0
- data/VERSION +1 -0
- data/bin/poohbear +133 -0
- data/bin/poohbear-login +93 -0
- data/bin/poohbear-logout +67 -0
- data/bin/poohbear-review +31 -0
- data/bin/poohbear-review-cancel +93 -0
- data/bin/poohbear-review-create +146 -0
- data/bin/poohbear-review-delete +93 -0
- data/bin/poohbear-review-status +93 -0
- data/bin/poohbear-review-update +125 -0
- data/lib/polarbear/codecollab.rb +112 -0
- data/lib/polarbear/command/admin.rb +64 -0
- data/lib/polarbear/command/admin_review.rb +82 -0
- data/lib/polarbear/command/batch.rb +51 -0
- data/lib/polarbear/command/config.rb +32 -0
- data/lib/polarbear/command/report.rb +78 -0
- data/lib/polarbear/model/configuration.rb +20 -0
- data/lib/polarbear/model/review.rb +107 -0
- data/lib/polarbear/utils/ccollab_locator.rb +32 -0
- data/lib/polarbear/utils/executor.rb +40 -0
- data/lib/polarbear/version.rb +3 -0
- data/lib/polarbear.rb +15 -0
- data/polarbear.gemspec +40 -0
- data/pp +0 -0
- data/spec/spec_helper.rb +26 -0
- metadata +334 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 944b63987231e58ddb7d0633603c94e536466cc5
|
4
|
+
data.tar.gz: fb7d16d234ce0536af69b8b25672036e6acf68c1
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: d0d05ce5fa4b1ce587bb043ec3817f1ca2a8a4d047cb742cab1abe5a37d7ac060defe8a20c05d16cfaf35b9ce62ba99f0b04034aa38b77671e0486da08a9ae07
|
7
|
+
data.tar.gz: 94724896e7dd9a953dd980e96ee9125eb71a28d0a3afd7d93bdadbb4a4432a326a8cc359a3f886daa186c3946ec405f3601c4e292c247fec44dbfa504bc64a94
|
data/.gitignore
ADDED
data/.idea/.name
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
polarbear
|
data/.idea/.rakeTasks
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
+
You are allowed to:
|
4
|
+
1. Remove rake task
|
5
|
+
2. Add existing rake tasks
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build polarbear-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Open an irb session preloaded with this library" fullCmd="console" taksId="console" /><RakeTask description="Run RSpec code examples" fullCmd="coverage" taksId="coverage" /><RakeTask description="Build and install polarbear-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push polarbear-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Print the current version number (0.1.0)" fullCmd="version" taksId="version" /><RakeGroup description="" fullCmd="" taksId="version"><RakeTask description="Bump to 0.1.1" fullCmd="version:bump" taksId="bump" /><RakeGroup description="" fullCmd="" taksId="bump"><RakeTask description="Bump to 1.0.0" fullCmd="version:bump:major" taksId="major" /><RakeTask description="Bump to 0.2.0" fullCmd="version:bump:minor" taksId="minor" /><RakeTask description="Bump to 0.1.1a" fullCmd="version:bump:pre" taksId="pre" /><RakeGroup description="" fullCmd="" taksId="pre"><RakeTask description="Bump to 1.0.0a" fullCmd="version:bump:pre:major" taksId="major" /><RakeTask description="Bump to 0.2.0a" fullCmd="version:bump:pre:minor" taksId="minor" /><RakeTask description="Bump to 0.1.1a" fullCmd="version:bump:pre:revision" taksId="revision" /></RakeGroup><RakeTask description="Bump to 0.1.1" fullCmd="version:bump:revision" taksId="revision" /></RakeGroup><RakeTask description="Creates a version file with an optional VERSION parameter" fullCmd="version:create" taksId="create" /></RakeGroup><RakeTask description="" fullCmd="VERSION" taksId="VERSION" /><RakeTask description="" fullCmd="default" taksId="default" /></RakeGroup></Settings>
|
@@ -0,0 +1,41 @@
|
|
1
|
+
<component name="ProjectDictionaryState">
|
2
|
+
<dictionary name="pat">
|
3
|
+
<words>
|
4
|
+
<w>aburr</w>
|
5
|
+
<w>addgitdiffs</w>
|
6
|
+
<w>bearcommand</w>
|
7
|
+
<w>ccollab</w>
|
8
|
+
<w>codecollab</w>
|
9
|
+
<w>collab</w>
|
10
|
+
<w>commandpath</w>
|
11
|
+
<w>dcontains</w>
|
12
|
+
<w>execpath</w>
|
13
|
+
<w>filetest</w>
|
14
|
+
<w>gitdiffs</w>
|
15
|
+
<w>globaloptions</w>
|
16
|
+
<w>gyoku</w>
|
17
|
+
<w>inprogress</w>
|
18
|
+
<w>jearl</w>
|
19
|
+
<w>laplante</w>
|
20
|
+
<w>loglevel</w>
|
21
|
+
<w>loglevels</w>
|
22
|
+
<w>newbranch</w>
|
23
|
+
<w>newkey</w>
|
24
|
+
<w>nori</w>
|
25
|
+
<w>oldbranch</w>
|
26
|
+
<w>optparse</w>
|
27
|
+
<w>plaplante</w>
|
28
|
+
<w>polarbear</w>
|
29
|
+
<w>poohbear</w>
|
30
|
+
<w>reviewid</w>
|
31
|
+
<w>simplecov</w>
|
32
|
+
<w>snakecase</w>
|
33
|
+
<w>startdoc</w>
|
34
|
+
<w>stdins</w>
|
35
|
+
<w>stopdoc</w>
|
36
|
+
<w>submittedreport</w>
|
37
|
+
<w>utgr</w>
|
38
|
+
<w>wget</w>
|
39
|
+
</words>
|
40
|
+
</dictionary>
|
41
|
+
</component>
|
data/.idea/encodings.xml
ADDED
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ProjectModuleManager">
|
4
|
+
<modules>
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/polarbear.iml" filepath="$PROJECT_DIR$/.idea/polarbear.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
9
|
+
|
data/.idea/polarbear.iml
ADDED
@@ -0,0 +1,60 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="FacetManager">
|
4
|
+
<facet type="gem" name="Gem">
|
5
|
+
<configuration>
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="" />
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
9
|
+
</configuration>
|
10
|
+
</facet>
|
11
|
+
</component>
|
12
|
+
<component name="NewModuleRootManager">
|
13
|
+
<content url="file://$MODULE_DIR$" />
|
14
|
+
<orderEntry type="inheritedJdk" />
|
15
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.5, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="builder (v3.2.2, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="celluloid (v0.15.2, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="cli-colorize (v2.0.0, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.0, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="command-dispatcher (v0.1.0, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
23
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.4, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
24
|
+
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.9.3, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
25
|
+
<orderEntry type="library" scope="PROVIDED" name="file-find (v0.3.8, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
26
|
+
<orderEntry type="library" scope="PROVIDED" name="formatador (v0.2.4, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
27
|
+
<orderEntry type="library" scope="PROVIDED" name="gitit (v1.1.0, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
28
|
+
<orderEntry type="library" scope="PROVIDED" name="growl_notify (v0.0.3, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="guard (v2.2.4, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
30
|
+
<orderEntry type="library" scope="PROVIDED" name="guard-rspec (v4.2.0, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
31
|
+
<orderEntry type="library" scope="PROVIDED" name="gyoku (v1.1.1, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
32
|
+
<orderEntry type="library" scope="PROVIDED" name="highline (v1.6.21, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="listen (v2.4.0, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
34
|
+
<orderEntry type="library" scope="PROVIDED" name="lumberjack (v1.0.4, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
35
|
+
<orderEntry type="library" scope="PROVIDED" name="method_source (v0.8.2, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
36
|
+
<orderEntry type="library" scope="PROVIDED" name="mini_portile (v0.5.2, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
37
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.7.9, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
38
|
+
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.6.1, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
39
|
+
<orderEntry type="library" scope="PROVIDED" name="nori (v2.3.0, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
40
|
+
<orderEntry type="library" scope="PROVIDED" name="os (v0.9.6, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
41
|
+
<orderEntry type="library" scope="PROVIDED" name="pry (v0.9.12.4, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
42
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.1, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
43
|
+
<orderEntry type="library" scope="PROVIDED" name="rb-appscript (v0.6.1, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
44
|
+
<orderEntry type="library" scope="PROVIDED" name="rb-fsevent (v0.9.3, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
45
|
+
<orderEntry type="library" scope="PROVIDED" name="rb-inotify (v0.9.2, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
46
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.14.1, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
47
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.14.5, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
48
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.14.2, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
49
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.14.3, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
50
|
+
<orderEntry type="library" scope="PROVIDED" name="ruby (v0.1.0, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
51
|
+
<orderEntry type="library" scope="PROVIDED" name="simplecov (v0.8.2, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
52
|
+
<orderEntry type="library" scope="PROVIDED" name="simplecov-html (v0.7.1, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
53
|
+
<orderEntry type="library" scope="PROVIDED" name="slop (v3.4.7, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
54
|
+
<orderEntry type="library" scope="PROVIDED" name="sys-admin (v1.6.2, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
55
|
+
<orderEntry type="library" scope="PROVIDED" name="thor (v0.18.1, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
56
|
+
<orderEntry type="library" scope="PROVIDED" name="timers (v1.1.0, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
57
|
+
<orderEntry type="library" scope="PROVIDED" name="version (v1.0.0, RVM: ruby-2.0.0-head) [gem]" level="application" />
|
58
|
+
</component>
|
59
|
+
</module>
|
60
|
+
|