polarbear 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 836c4e7b54fafbca443aaaa57269f3446599075d
4
- data.tar.gz: 45315e7cf3b88b47f6f44c77c8263030ecca80eb
3
+ metadata.gz: a884ec689a3885c489417d6928cf6399306dbdd6
4
+ data.tar.gz: de3b47e618b3240c517bb572c7a0e2057dfdba1d
5
5
  SHA512:
6
- metadata.gz: 12e36857b9554fab53cf80e499d1f1e32c88c056bc9156ab8d612e20967b8e4295bcab1fc8558bccc47be0ca38eaa01d8381bfd210e750c026413d8173d4650c
7
- data.tar.gz: 8d0e40b122cdf0ebd06ac1349d0b83880a83b8f658416d2c3b3e6966bbd8a9da0ed6a6e763b45ec62d29fd2e3e4a5830f8684fb9e0616ce4acc69297148b5107
6
+ metadata.gz: 36e607fd18cf012a60c6bb1a66246acc1c7731c5b7e51e4ff025a13510e15fffdf2f7648bd91b57cde0ce99a06cd89930212de22e6d5f3efdc523d4e040a9824
7
+ data.tar.gz: b2878aff1d120f584d485b568287a29d97963c528e6528055b6cd6262285d097c6f8567d757e0a711074a5ca7735779d1bbc2f2a5d8eb700daf7227edfcad04f
data/.idea/.rakeTasks CHANGED
@@ -4,4 +4,4 @@ You are allowed to:
4
4
  1. Remove rake task
5
5
  2. Add existing rake tasks
6
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>
7
+ --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build polarbear-0.0.3.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.3.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.3 and build and push polarbear-0.0.3.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Print the current version number (0.2.0)" fullCmd="version" taksId="version" /><RakeGroup description="" fullCmd="" taksId="version"><RakeTask description="Bump to 0.2.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.3.0" fullCmd="version:bump:minor" taksId="minor" /><RakeTask description="Bump to 0.2.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.3.0a" fullCmd="version:bump:pre:minor" taksId="minor" /><RakeTask description="Bump to 0.2.1a" fullCmd="version:bump:pre:revision" taksId="revision" /></RakeGroup><RakeTask description="Bump to 0.2.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>
@@ -12,6 +12,7 @@
12
12
  <w>execpath</w>
13
13
  <w>filetest</w>
14
14
  <w>gitdiffs</w>
15
+ <w>gitit</w>
15
16
  <w>globaloptions</w>
16
17
  <w>gyoku</w>
17
18
  <w>inprogress</w>
data/.idea/misc.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
- <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.0.0-head" project-jdk-type="RUBY_SDK" />
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.1-head" project-jdk-type="RUBY_SDK" />
4
4
  </project>
5
5
 
data/.idea/polarbear.iml CHANGED
@@ -13,48 +13,50 @@
13
13
  <content url="file://$MODULE_DIR$" />
14
14
  <orderEntry type="inheritedJdk" />
15
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.5.3, 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" />
16
+ <orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.6, RVM: ruby-2.1-head) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="builder (v3.2.2, RVM: ruby-2.1-head) [gem]" level="application" />
18
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.2, RVM: ruby-2.1-head) [gem]" level="application" />
19
+ <orderEntry type="library" scope="PROVIDED" name="celluloid (v0.15.2, RVM: ruby-2.1-head) [gem]" level="application" />
20
+ <orderEntry type="library" scope="PROVIDED" name="celluloid-io (v0.15.0, RVM: ruby-2.1-head) [gem]" level="application" />
21
+ <orderEntry type="library" scope="PROVIDED" name="cli-colorize (v2.0.0, RVM: ruby-2.1-head) [gem]" level="application" />
22
+ <orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.0, RVM: ruby-2.1-head) [gem]" level="application" />
23
+ <orderEntry type="library" scope="PROVIDED" name="command-dispatcher (v0.1.0, RVM: ruby-2.1-head) [gem]" level="application" />
24
+ <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.2.5, RVM: ruby-2.1-head) [gem]" level="application" />
25
+ <orderEntry type="library" scope="PROVIDED" name="docile (v1.1.3, RVM: ruby-2.1-head) [gem]" level="application" />
26
+ <orderEntry type="library" scope="PROVIDED" name="ffi (v1.9.3, RVM: ruby-2.1-head) [gem]" level="application" />
27
+ <orderEntry type="library" scope="PROVIDED" name="file-find (v0.3.8, RVM: ruby-2.1-head) [gem]" level="application" />
28
+ <orderEntry type="library" scope="PROVIDED" name="formatador (v0.2.4, RVM: ruby-2.1-head) [gem]" level="application" />
29
+ <orderEntry type="library" scope="PROVIDED" name="gitit (v1.1.0, RVM: ruby-2.1-head) [gem]" level="application" />
30
+ <orderEntry type="library" scope="PROVIDED" name="growl_notify (v0.0.3, RVM: ruby-2.1-head) [gem]" level="application" />
31
+ <orderEntry type="library" scope="PROVIDED" name="guard (v2.6.0, RVM: ruby-2.1-head) [gem]" level="application" />
32
+ <orderEntry type="library" scope="PROVIDED" name="guard-rspec (v4.2.8, RVM: ruby-2.1-head) [gem]" level="application" />
33
+ <orderEntry type="library" scope="PROVIDED" name="highline (v1.6.21, RVM: ruby-2.1-head) [gem]" level="application" />
34
+ <orderEntry type="library" scope="PROVIDED" name="listen (v2.7.3, RVM: ruby-2.1-head) [gem]" level="application" />
35
+ <orderEntry type="library" scope="PROVIDED" name="lumberjack (v1.0.5, RVM: ruby-2.1-head) [gem]" level="application" />
36
+ <orderEntry type="library" scope="PROVIDED" name="method_source (v0.8.2, RVM: ruby-2.1-head) [gem]" level="application" />
37
+ <orderEntry type="library" scope="PROVIDED" name="mini_portile (v0.5.3, RVM: ruby-2.1-head) [gem]" level="application" />
38
+ <orderEntry type="library" scope="PROVIDED" name="multi_json (v1.9.3, RVM: ruby-2.1-head) [gem]" level="application" />
39
+ <orderEntry type="library" scope="PROVIDED" name="nio4r (v1.0.0, RVM: ruby-2.1-head) [gem]" level="application" />
40
+ <orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.6.1, RVM: ruby-2.1-head) [gem]" level="application" />
41
+ <orderEntry type="library" scope="PROVIDED" name="nori (v2.4.0, RVM: ruby-2.1-head) [gem]" level="application" />
42
+ <orderEntry type="library" scope="PROVIDED" name="os (v0.9.6, RVM: ruby-2.1-head) [gem]" level="application" />
43
+ <orderEntry type="library" scope="PROVIDED" name="pry (v0.9.12.6, RVM: ruby-2.1-head) [gem]" level="application" />
44
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.3.1, RVM: ruby-2.1-head) [gem]" level="application" />
45
+ <orderEntry type="library" scope="PROVIDED" name="rb-appscript (v0.6.1, RVM: ruby-2.1-head) [gem]" level="application" />
46
+ <orderEntry type="library" scope="PROVIDED" name="rb-fsevent (v0.9.4, RVM: ruby-2.1-head) [gem]" level="application" />
47
+ <orderEntry type="library" scope="PROVIDED" name="rb-inotify (v0.9.4, RVM: ruby-2.1-head) [gem]" level="application" />
48
+ <orderEntry type="library" scope="PROVIDED" name="rspec (v2.14.1, RVM: ruby-2.1-head) [gem]" level="application" />
49
+ <orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.14.8, RVM: ruby-2.1-head) [gem]" level="application" />
50
+ <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.14.5, RVM: ruby-2.1-head) [gem]" level="application" />
51
+ <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.14.6, RVM: ruby-2.1-head) [gem]" level="application" />
52
+ <orderEntry type="library" scope="PROVIDED" name="ruby (v0.1.0, RVM: ruby-2.1-head) [gem]" level="application" />
53
+ <orderEntry type="library" scope="PROVIDED" name="simplecov (v0.8.2, RVM: ruby-2.1-head) [gem]" level="application" />
54
+ <orderEntry type="library" scope="PROVIDED" name="simplecov-html (v0.8.0, RVM: ruby-2.1-head) [gem]" level="application" />
55
+ <orderEntry type="library" scope="PROVIDED" name="slop (v3.5.0, RVM: ruby-2.1-head) [gem]" level="application" />
56
+ <orderEntry type="library" scope="PROVIDED" name="sys-admin (v1.6.3, RVM: ruby-2.1-head) [gem]" level="application" />
57
+ <orderEntry type="library" scope="PROVIDED" name="thor (v0.19.1, RVM: ruby-2.1-head) [gem]" level="application" />
58
+ <orderEntry type="library" scope="PROVIDED" name="timers (v1.1.0, RVM: ruby-2.1-head) [gem]" level="application" />
59
+ <orderEntry type="library" scope="PROVIDED" name="xml-fu (v0.2.0, RVM: ruby-2.1-head) [gem]" level="application" />
58
60
  </component>
59
61
  </module>
60
62
 
data/.idea/workspace.xml CHANGED
@@ -2,21 +2,21 @@
2
2
  <project version="4">
3
3
  <component name="ChangeListManager">
4
4
  <list default="true" id="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" name="Default" comment="">
5
- <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/poohbear-review-open" />
6
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/polarbear/version.rb" afterPath="$PROJECT_DIR$/lib/polarbear/version.rb" />
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/polarbear.gemspec" afterPath="$PROJECT_DIR$/polarbear.gemspec" />
6
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/polarbear.iml" afterPath="$PROJECT_DIR$/.idea/polarbear.iml" />
7
7
  <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
8
8
  </list>
9
9
  <ignored path="polarbear.iws" />
10
10
  <ignored path=".idea/workspace.xml" />
11
- <file path="/Dummy.txt" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394130517736" ignored="false" />
11
+ <file path="/Dummy.txt" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1398977013577" ignored="false" />
12
12
  <file path="/poohbear" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394052094572" ignored="false" />
13
- <file path="/polarbear.gemspec" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394135029194" ignored="false" />
14
- <file path="/command_executor.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394130188799" ignored="false" />
15
- <file path="/executor.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394206742035" ignored="false" />
16
- <file path="/admin.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394145010700" ignored="false" />
13
+ <file path="/polarbear.gemspec" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1399041884923" ignored="false" />
14
+ <file path="/command_executor.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394226499342" ignored="false" />
15
+ <file path="/executor.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1399040215892" ignored="false" />
16
+ <file path="/admin.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1399040155507" ignored="false" />
17
17
  <file path="/codecollab.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394138928199" ignored="false" />
18
- <file path="/review.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394206625493" ignored="false" />
19
- <file path="/batch.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394145125433" ignored="false" />
18
+ <file path="/review.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1399041388742" ignored="false" />
19
+ <file path="/batch.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1399041460501" ignored="false" />
20
20
  <file path="/polarbear.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394145627219" ignored="false" />
21
21
  <file path="/configuration.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394056720873" ignored="false" />
22
22
  <file path="/report.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394145087079" ignored="false" />
@@ -33,13 +33,13 @@
33
33
  <file path="$PROJECT_DIR$/../gitit/lib/gitit/git.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394129691313" ignored="false" />
34
34
  <file path="$PROJECT_DIR$/../gitit/lib/gitit/command_status.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394131239725" ignored="false" />
35
35
  <file path="/command_status.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394131239326" ignored="false" />
36
- <file path="/a.dummy" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394130129193" ignored="false" />
37
- <file path="$PROJECT_DIR$/../gitit/lib/gitit/command_executor.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394130204714" ignored="false" />
36
+ <file path="/a.dummy" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1399041501592" ignored="false" />
37
+ <file path="$PROJECT_DIR$/../gitit/lib/gitit/command_executor.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394226505445" ignored="false" />
38
38
  <file path="$PROJECT_DIR$/../gitit/lib/gitit/command_config.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394136292410" ignored="false" />
39
39
  <file path="/command_config.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394136291539" ignored="false" />
40
- <file path="$PROJECT_DIR$/../gitit/lib/gitit/command_branches.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394134755900" ignored="false" />
41
- <file path="/command_branches.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394134737736" ignored="false" />
42
- <file path="$PROJECT_DIR$/../gitit/lib/gitit/command_branch.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394130375104" ignored="false" />
40
+ <file path="$PROJECT_DIR$/../gitit/lib/gitit/command_branches.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394227039122" ignored="false" />
41
+ <file path="/command_branches.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394226806399" ignored="false" />
42
+ <file path="$PROJECT_DIR$/../gitit/lib/gitit/command_branch.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394226999528" ignored="false" />
43
43
  <file path="/command_branch.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394130370987" ignored="false" />
44
44
  <file path="$PROJECT_DIR$/../gitit/spec/gitit_branch_spec.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394130798532" ignored="false" />
45
45
  <file path="/gitit_branch_spec.rb" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394130422162" ignored="false" />
@@ -58,6 +58,10 @@
58
58
  <file path="/poohbear-review-cancel" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394145744583" ignored="false" />
59
59
  <file path="/poohbear-review-status" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394145522406" ignored="false" />
60
60
  <file path="/poohbear-review-open" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394206662519" ignored="false" />
61
+ <file path="$PROJECT_DIR$/../gitit/coverage/assets/0.7.1/application.js" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394228718024" ignored="false" />
62
+ <file path="$PROJECT_DIR$/../gitit/coverage/index.html" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394228718024" ignored="false" />
63
+ <file path="$PROJECT_DIR$/../gitit/coverage/assets/0.7.1/application.css" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394228718024" ignored="false" />
64
+ <file path="$PROJECT_DIR$/../gitit/coverage/.resultset.json" changelist="1491b7e3-61dd-48f7-90b6-06a15ae47c1c" time="1394228718024" ignored="false" />
61
65
  <option name="TRACKING_ENABLED" value="true" />
62
66
  <option name="SHOW_DIALOG" value="false" />
63
67
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -80,91 +84,91 @@
80
84
  </component>
81
85
  <component name="FileEditorManager">
82
86
  <leaf>
83
- <file leaf-file-name="codecollab.rb" pinned="false" current="false" current-in-tab="false">
84
- <entry file="file://$PROJECT_DIR$/lib/polarbear/codecollab.rb">
87
+ <file leaf-file-name="review.rb" pinned="false" current="false" current-in-tab="false">
88
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/model/review.rb">
85
89
  <provider selected="true" editor-type-id="text-editor">
86
- <state line="65" column="69" selection-start="2233" selection-end="2233" vertical-scroll-proportion="0.0">
90
+ <state line="78" column="0" selection-start="1942" selection-end="1942" vertical-scroll-proportion="0.0">
87
91
  <folding />
88
92
  </state>
89
93
  </provider>
90
94
  </entry>
91
95
  </file>
92
- <file leaf-file-name="polarbear.rb" pinned="false" current="false" current-in-tab="false">
93
- <entry file="file://$PROJECT_DIR$/lib/polarbear.rb">
96
+ <file leaf-file-name="poohbear" pinned="false" current="false" current-in-tab="false">
97
+ <entry file="file://$PROJECT_DIR$/bin/poohbear">
94
98
  <provider selected="true" editor-type-id="text-editor">
95
- <state line="6" column="33" selection-start="170" selection-end="170" vertical-scroll-proportion="0.0">
99
+ <state line="96" column="2" selection-start="3002" selection-end="3002" vertical-scroll-proportion="0.0">
96
100
  <folding />
97
101
  </state>
98
102
  </provider>
99
103
  </entry>
100
104
  </file>
101
- <file leaf-file-name="review.rb" pinned="false" current="false" current-in-tab="false">
102
- <entry file="file://$PROJECT_DIR$/lib/polarbear/model/review.rb">
105
+ <file leaf-file-name="report.rb" pinned="false" current="false" current-in-tab="false">
106
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/command/report.rb">
103
107
  <provider selected="true" editor-type-id="text-editor">
104
- <state line="41" column="14" selection-start="717" selection-end="717" vertical-scroll-proportion="0.0">
108
+ <state line="71" column="73" selection-start="2138" selection-end="2138" vertical-scroll-proportion="0.0">
105
109
  <folding />
106
110
  </state>
107
111
  </provider>
108
112
  </entry>
109
113
  </file>
110
- <file leaf-file-name="executor.rb" pinned="false" current="false" current-in-tab="false">
111
- <entry file="file://$PROJECT_DIR$/lib/polarbear/utils/executor.rb">
114
+ <file leaf-file-name="configuration.rb" pinned="false" current="false" current-in-tab="false">
115
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/model/configuration.rb">
112
116
  <provider selected="true" editor-type-id="text-editor">
113
- <state line="22" column="0" selection-start="532" selection-end="532" vertical-scroll-proportion="0.0">
117
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
114
118
  <folding />
115
119
  </state>
116
120
  </provider>
117
121
  </entry>
118
122
  </file>
119
- <file leaf-file-name="poohbear-review-cancel" pinned="false" current="false" current-in-tab="false">
120
- <entry file="file://$PROJECT_DIR$/bin/poohbear-review-cancel">
123
+ <file leaf-file-name="polarbear.gemspec" pinned="false" current="true" current-in-tab="true">
124
+ <entry file="file://$PROJECT_DIR$/polarbear.gemspec">
121
125
  <provider selected="true" editor-type-id="text-editor">
122
- <state line="90" column="58" selection-start="2882" selection-end="2882" vertical-scroll-proportion="0.0">
126
+ <state line="27" column="53" selection-start="1251" selection-end="1251" vertical-scroll-proportion="0.54310346">
123
127
  <folding />
124
128
  </state>
125
129
  </provider>
126
130
  </entry>
127
131
  </file>
128
- <file leaf-file-name="poohbear-review-open" pinned="false" current="false" current-in-tab="false">
129
- <entry file="file://$PROJECT_DIR$/bin/poohbear-review-open">
132
+ <file leaf-file-name="version.rb" pinned="false" current="false" current-in-tab="false">
133
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/version.rb">
130
134
  <provider selected="true" editor-type-id="text-editor">
131
- <state line="111" column="31" selection-start="3365" selection-end="3365" vertical-scroll-proportion="0.0">
135
+ <state line="1" column="18" selection-start="35" selection-end="35" vertical-scroll-proportion="0.0">
132
136
  <folding />
133
137
  </state>
134
138
  </provider>
135
139
  </entry>
136
140
  </file>
137
- <file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
138
- <entry file="file://$PROJECT_DIR$/lib/polarbear/version.rb">
141
+ <file leaf-file-name="executor.rb" pinned="false" current="false" current-in-tab="false">
142
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/utils/executor.rb">
139
143
  <provider selected="true" editor-type-id="text-editor">
140
- <state line="1" column="18" selection-start="35" selection-end="35" vertical-scroll-proportion="0.017214397">
144
+ <state line="28" column="40" selection-start="676" selection-end="676" vertical-scroll-proportion="0.0">
141
145
  <folding />
142
146
  </state>
143
147
  </provider>
144
148
  </entry>
145
149
  </file>
146
- <file leaf-file-name="poohbear-review-status" pinned="false" current="false" current-in-tab="false">
147
- <entry file="file://$PROJECT_DIR$/bin/poohbear-review-status">
150
+ <file leaf-file-name="batch.rb" pinned="false" current="false" current-in-tab="false">
151
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/command/batch.rb">
148
152
  <provider selected="true" editor-type-id="text-editor">
149
- <state line="104" column="43" selection-start="3340" selection-end="3340" vertical-scroll-proportion="0.0">
153
+ <state line="44" column="0" selection-start="959" selection-end="959" vertical-scroll-proportion="0.0">
150
154
  <folding />
151
155
  </state>
152
156
  </provider>
153
157
  </entry>
154
158
  </file>
155
- <file leaf-file-name="admin_review.rb" pinned="false" current="false" current-in-tab="false">
156
- <entry file="file://$PROJECT_DIR$/lib/polarbear/command/admin_review.rb">
159
+ <file leaf-file-name="admin.rb" pinned="false" current="false" current-in-tab="false">
160
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/command/admin.rb">
157
161
  <provider selected="true" editor-type-id="text-editor">
158
- <state line="7" column="21" selection-start="243" selection-end="254" vertical-scroll-proportion="0.0">
162
+ <state line="18" column="0" selection-start="708" selection-end="708" vertical-scroll-proportion="0.0">
159
163
  <folding />
160
164
  </state>
161
165
  </provider>
162
166
  </entry>
163
167
  </file>
164
- <file leaf-file-name="poohbear-review-delete" pinned="false" current="false" current-in-tab="false">
165
- <entry file="file://$PROJECT_DIR$/bin/poohbear-review-delete">
168
+ <file leaf-file-name="admin_review.rb" pinned="false" current="false" current-in-tab="false">
169
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/command/admin_review.rb">
166
170
  <provider selected="true" editor-type-id="text-editor">
167
- <state line="104" column="20" selection-start="3317" selection-end="3317" vertical-scroll-proportion="0.0">
171
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
168
172
  <folding />
169
173
  </state>
170
174
  </provider>
@@ -189,29 +193,30 @@
189
193
  <component name="IdeDocumentHistory">
190
194
  <option name="changedFiles">
191
195
  <list>
192
- <option value="$PROJECT_DIR$/polarbear.gemspec" />
193
- <option value="$PROJECT_DIR$/bin/poohbear-review-create" />
194
- <option value="$PROJECT_DIR$/bin/poohbear-review-update" />
195
196
  <option value="$PROJECT_DIR$/lib/polarbear/codecollab.rb" />
196
197
  <option value="$PROJECT_DIR$/lib/polarbear/command/admin_review.rb" />
197
- <option value="$PROJECT_DIR$/lib/polarbear/command/admin.rb" />
198
- <option value="$PROJECT_DIR$/lib/polarbear/command/report.rb" />
199
- <option value="$PROJECT_DIR$/lib/polarbear/command/batch.rb" />
200
198
  <option value="$PROJECT_DIR$/bin/poohbear-review-status" />
201
199
  <option value="$PROJECT_DIR$/lib/polarbear.rb" />
202
200
  <option value="$PROJECT_DIR$/bin/poohbear-review-delete" />
203
201
  <option value="$PROJECT_DIR$/bin/poohbear-review-cancel" />
204
202
  <option value="$PROJECT_DIR$/bin/poohbear-review-open" />
203
+ <option value="$PROJECT_DIR$/bin/poohbear-review-create" />
204
+ <option value="$PROJECT_DIR$/lib/polarbear/command/report.rb" />
205
+ <option value="$USER_HOME$/.rvm/gems/ruby-2.1-head/gems/version-1.0.0/lib/version/ext/hash.rb" />
205
206
  <option value="$PROJECT_DIR$/lib/polarbear/model/review.rb" />
207
+ <option value="$PROJECT_DIR$/lib/polarbear/command/admin.rb" />
208
+ <option value="$PROJECT_DIR$/lib/polarbear/command/batch.rb" />
206
209
  <option value="$PROJECT_DIR$/lib/polarbear/utils/executor.rb" />
207
210
  <option value="$PROJECT_DIR$/lib/polarbear/version.rb" />
211
+ <option value="$PROJECT_DIR$/polarbear.gemspec" />
208
212
  </list>
209
213
  </option>
210
214
  </component>
211
215
  <component name="ProjectFrameBounds">
212
- <option name="y" value="22" />
213
- <option name="width" value="1576" />
214
- <option name="height" value="876" />
216
+ <option name="x" value="512" />
217
+ <option name="y" value="240" />
218
+ <option name="width" value="1536" />
219
+ <option name="height" value="960" />
215
220
  </component>
216
221
  <component name="ProjectInspectionProfilesVisibleTreeState">
217
222
  <entry key="Project Default">
@@ -261,6 +266,7 @@
261
266
  <sortByType />
262
267
  </navigator>
263
268
  <panes>
269
+ <pane id="Scope" />
264
270
  <pane id="ProjectPane">
265
271
  <subPane>
266
272
  <PATH>
@@ -268,6 +274,10 @@
268
274
  <option name="myItemId" value="polarbear" />
269
275
  <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
270
276
  </PATH_ELEMENT>
277
+ <PATH_ELEMENT>
278
+ <option name="myItemId" value="External Libraries" />
279
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
280
+ </PATH_ELEMENT>
271
281
  </PATH>
272
282
  <PATH>
273
283
  <PATH_ELEMENT>
@@ -377,20 +387,6 @@
377
387
  <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
378
388
  </PATH_ELEMENT>
379
389
  </PATH>
380
- <PATH>
381
- <PATH_ELEMENT>
382
- <option name="myItemId" value="polarbear" />
383
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
384
- </PATH_ELEMENT>
385
- <PATH_ELEMENT>
386
- <option name="myItemId" value="polarbear" />
387
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
388
- </PATH_ELEMENT>
389
- <PATH_ELEMENT>
390
- <option name="myItemId" value="coverage" />
391
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
392
- </PATH_ELEMENT>
393
- </PATH>
394
390
  <PATH>
395
391
  <PATH_ELEMENT>
396
392
  <option name="myItemId" value="polarbear" />
@@ -407,15 +403,14 @@
407
403
  </PATH>
408
404
  </subPane>
409
405
  </pane>
410
- <pane id="Scope" />
411
406
  </panes>
412
407
  </component>
413
408
  <component name="PropertiesComponent">
414
409
  <property name="options.splitter.main.proportions" value="0.3" />
415
410
  <property name="WebServerToolWindowFactoryState" value="false" />
416
411
  <property name="recentsLimit" value="5" />
417
- <property name="options.lastSelected" value="preferences.keymap" />
418
- <property name="last_opened_file_path" value="$PROJECT_DIR$" />
412
+ <property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyIdeSdkConfigurable" />
413
+ <property name="last_opened_file_path" value="$PROJECT_DIR$/../../../pharos/PharosPrint" />
419
414
  <property name="restartRequiresConfirmation" value="true" />
420
415
  <property name="FullScreen" value="false" />
421
416
  <property name="options.splitter.details.proportions" value="0.2" />
@@ -545,12 +540,12 @@
545
540
  <configuration default="false" name="Unnamed" type="RubyRunConfigurationType" factoryName="Ruby">
546
541
  <module name="polarbear" />
547
542
  <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
548
- <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
543
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$PROJECT_DIR$/../../../pharos/PharosPrint" />
549
544
  <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
550
545
  <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
551
546
  <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
552
547
  <envs>
553
- <env name="RUBYLIB" value="./lib" />
548
+ <env name="RUBYLIB" value="$PROJECT_DIR$/lib" />
554
549
  </envs>
555
550
  <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
556
551
  <EXTENSION ID="JRubyRunConfigurationExtension" />
@@ -561,7 +556,7 @@
561
556
  </EXTENSION>
562
557
  <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
563
558
  <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$PROJECT_DIR$/bin/poohbear" />
564
- <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
559
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="review create" />
565
560
  <RunnerSettings RunnerId="RubyCover" />
566
561
  <RunnerSettings RunnerId="RubyDebugRunner" />
567
562
  <RunnerSettings RunnerId="RubyRunner" />
@@ -621,19 +616,19 @@
621
616
  </todo-panel>
622
617
  </component>
623
618
  <component name="ToolWindowManager">
624
- <frame x="0" y="22" width="1576" height="876" extended-state="6" />
619
+ <frame x="512" y="240" width="1536" height="960" extended-state="0" />
625
620
  <editor active="true" />
626
621
  <layout>
627
622
  <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32954547" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
628
623
  <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32954547" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
629
- <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3277849" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
624
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3267671" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
630
625
  <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
631
626
  <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.24965326" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
632
- <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24575163" sideWeight="0.88575095" order="0" side_tool="false" content_ui="combo" />
627
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.2409396" sideWeight="0.73117036" order="0" side_tool="false" content_ui="combo" />
633
628
  <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3979461" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
634
629
  <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
635
630
  <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
636
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.114249036" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
631
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.26882967" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
637
632
  <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
638
633
  <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
639
634
  <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
@@ -703,118 +698,116 @@
703
698
  </component>
704
699
  <component name="XDebuggerManager">
705
700
  <breakpoint-manager>
706
- <option name="time" value="25" />
701
+ <option name="time" value="26" />
707
702
  </breakpoint-manager>
708
703
  </component>
709
704
  <component name="editorHistoryManager">
710
- <entry file="file://$PROJECT_DIR$/polarbear.gemspec">
705
+ <entry file="file://$PROJECT_DIR$/bin/poohbear-review-open">
711
706
  <provider selected="true" editor-type-id="text-editor">
712
- <state line="14" column="67" selection-start="453" selection-end="453" vertical-scroll-proportion="0.0">
713
- <folding />
714
- </state>
707
+ <state line="111" column="31" selection-start="3365" selection-end="3365" vertical-scroll-proportion="0.0" />
715
708
  </provider>
716
709
  </entry>
717
710
  <entry file="file://$PROJECT_DIR$/bin/poohbear-review-create">
718
711
  <provider selected="true" editor-type-id="text-editor">
719
- <state line="116" column="0" selection-start="0" selection-end="4971" vertical-scroll-proportion="0.0">
712
+ <state line="111" column="11" selection-start="3379" selection-end="3379" vertical-scroll-proportion="0.0">
720
713
  <folding />
721
714
  </state>
722
715
  </provider>
723
716
  </entry>
724
- <entry file="file://$PROJECT_DIR$/lib/polarbear/command/report.rb">
717
+ <entry file="file://$USER_HOME$/.rvm/gems/ruby-2.1-head/gems/version-1.0.0/lib/version/ext/hash.rb">
725
718
  <provider selected="true" editor-type-id="text-editor">
726
- <state line="66" column="24" selection-start="1922" selection-end="1932" vertical-scroll-proportion="0.0">
719
+ <state line="8" column="5" selection-start="171" selection-end="171" vertical-scroll-proportion="0.20689656">
727
720
  <folding />
728
721
  </state>
729
722
  </provider>
730
723
  </entry>
731
- <entry file="file://$PROJECT_DIR$/lib/polarbear/command/batch.rb">
724
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/utils/ccollab_locator.rb">
732
725
  <provider selected="true" editor-type-id="text-editor">
733
- <state line="46" column="0" selection-start="1075" selection-end="1075" vertical-scroll-proportion="0.0">
726
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
734
727
  <folding />
735
728
  </state>
736
729
  </provider>
737
730
  </entry>
738
- <entry file="file://$PROJECT_DIR$/bin/poohbear-review-update">
731
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/codecollab.rb">
739
732
  <provider selected="true" editor-type-id="text-editor">
740
- <state line="112" column="44" selection-start="0" selection-end="4048" vertical-scroll-proportion="0.0">
733
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
741
734
  <folding />
742
735
  </state>
743
736
  </provider>
744
737
  </entry>
745
- <entry file="file://$PROJECT_DIR$/lib/polarbear/command/admin.rb">
738
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/command/config.rb">
746
739
  <provider selected="true" editor-type-id="text-editor">
747
- <state line="17" column="23" selection-start="687" selection-end="700" vertical-scroll-proportion="0.0">
740
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
748
741
  <folding />
749
742
  </state>
750
743
  </provider>
751
744
  </entry>
752
- <entry file="file://$PROJECT_DIR$/lib/polarbear/command/admin_review.rb">
745
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/command/report.rb">
753
746
  <provider selected="true" editor-type-id="text-editor">
754
- <state line="7" column="21" selection-start="243" selection-end="254" vertical-scroll-proportion="0.0">
747
+ <state line="71" column="73" selection-start="2138" selection-end="2138" vertical-scroll-proportion="0.0">
755
748
  <folding />
756
749
  </state>
757
750
  </provider>
758
751
  </entry>
759
- <entry file="file://$PROJECT_DIR$/lib/polarbear/codecollab.rb">
752
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/model/configuration.rb">
760
753
  <provider selected="true" editor-type-id="text-editor">
761
- <state line="65" column="69" selection-start="2233" selection-end="2233" vertical-scroll-proportion="0.0">
754
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
762
755
  <folding />
763
756
  </state>
764
757
  </provider>
765
758
  </entry>
766
- <entry file="file://$PROJECT_DIR$/lib/polarbear.rb">
759
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/command/admin_review.rb">
767
760
  <provider selected="true" editor-type-id="text-editor">
768
- <state line="6" column="33" selection-start="170" selection-end="170" vertical-scroll-proportion="0.0">
761
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
769
762
  <folding />
770
763
  </state>
771
764
  </provider>
772
765
  </entry>
773
- <entry file="file://$PROJECT_DIR$/bin/poohbear-review-status">
766
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/model/review.rb">
774
767
  <provider selected="true" editor-type-id="text-editor">
775
- <state line="104" column="43" selection-start="3340" selection-end="3340" vertical-scroll-proportion="0.0">
768
+ <state line="78" column="0" selection-start="1942" selection-end="1942" vertical-scroll-proportion="0.0">
776
769
  <folding />
777
770
  </state>
778
771
  </provider>
779
772
  </entry>
780
- <entry file="file://$PROJECT_DIR$/bin/poohbear-review-delete">
773
+ <entry file="file://$PROJECT_DIR$/bin/poohbear">
781
774
  <provider selected="true" editor-type-id="text-editor">
782
- <state line="104" column="20" selection-start="3317" selection-end="3317" vertical-scroll-proportion="0.0">
775
+ <state line="96" column="2" selection-start="3002" selection-end="3002" vertical-scroll-proportion="0.0">
783
776
  <folding />
784
777
  </state>
785
778
  </provider>
786
779
  </entry>
787
- <entry file="file://$PROJECT_DIR$/bin/poohbear-review-cancel">
780
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/command/admin.rb">
788
781
  <provider selected="true" editor-type-id="text-editor">
789
- <state line="90" column="58" selection-start="2882" selection-end="2882" vertical-scroll-proportion="0.0">
782
+ <state line="18" column="0" selection-start="708" selection-end="708" vertical-scroll-proportion="0.0">
790
783
  <folding />
791
784
  </state>
792
785
  </provider>
793
786
  </entry>
794
- <entry file="file://$PROJECT_DIR$/lib/polarbear/model/review.rb">
787
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/command/batch.rb">
795
788
  <provider selected="true" editor-type-id="text-editor">
796
- <state line="41" column="14" selection-start="717" selection-end="717" vertical-scroll-proportion="0.0">
789
+ <state line="44" column="0" selection-start="959" selection-end="959" vertical-scroll-proportion="0.0">
797
790
  <folding />
798
791
  </state>
799
792
  </provider>
800
793
  </entry>
801
794
  <entry file="file://$PROJECT_DIR$/lib/polarbear/utils/executor.rb">
802
795
  <provider selected="true" editor-type-id="text-editor">
803
- <state line="22" column="0" selection-start="532" selection-end="532" vertical-scroll-proportion="0.0">
796
+ <state line="28" column="40" selection-start="676" selection-end="676" vertical-scroll-proportion="0.0">
804
797
  <folding />
805
798
  </state>
806
799
  </provider>
807
800
  </entry>
808
- <entry file="file://$PROJECT_DIR$/bin/poohbear-review-open">
801
+ <entry file="file://$PROJECT_DIR$/lib/polarbear/version.rb">
809
802
  <provider selected="true" editor-type-id="text-editor">
810
- <state line="111" column="31" selection-start="3365" selection-end="3365" vertical-scroll-proportion="0.0">
803
+ <state line="1" column="18" selection-start="35" selection-end="35" vertical-scroll-proportion="0.0">
811
804
  <folding />
812
805
  </state>
813
806
  </provider>
814
807
  </entry>
815
- <entry file="file://$PROJECT_DIR$/lib/polarbear/version.rb">
808
+ <entry file="file://$PROJECT_DIR$/polarbear.gemspec">
816
809
  <provider selected="true" editor-type-id="text-editor">
817
- <state line="1" column="18" selection-start="35" selection-end="35" vertical-scroll-proportion="0.017214397">
810
+ <state line="27" column="53" selection-start="1251" selection-end="1251" vertical-scroll-proportion="0.54310346">
818
811
  <folding />
819
812
  </state>
820
813
  </provider>
@@ -1,4 +1,4 @@
1
- require 'gyoku'
1
+ require 'xml-fu'
2
2
 
3
3
  module PolarBear
4
4
  module Command
@@ -17,8 +17,8 @@ module PolarBear
17
17
 
18
18
  def to_hash
19
19
  Hash result = {}
20
- result[:'no-browser/'] = '' if !@show_browser
21
- result[:'non-interactive/'] = '' if !@show_browser
20
+ result[:'no-browser'] = '' if !@show_browser
21
+ result[:'non-interactive'] = '' if !@show_browser
22
22
  result[:'quiet'] = (@must_be_quiet ?'yes':'no')
23
23
  result
24
24
  end
@@ -35,15 +35,14 @@ module PolarBear
35
35
  @command = {}
36
36
  @command[':batch-commands'] = {}
37
37
  @command[':batch-commands'][:'global-options'] = options.to_hash
38
- @command[':batch-commands'].compare_by_identity
39
38
  end
40
39
 
41
40
  def add_command(command_name, hash)
42
- @command[':batch-commands'][":#{command_name}"] = hash
41
+ @command[':batch-commands'][command_name] = hash
43
42
  end
44
43
 
45
44
  def execute
46
- Admin.new.execute_batch(Gyoku.xml(@command))
45
+ Admin.new.execute_batch(XmlFu.xml(@command))
47
46
  end
48
47
  end
49
48
 
@@ -69,7 +69,7 @@ module PolarBear
69
69
  review_report = review_report.gsub(/'/,' ')
70
70
  review_report = review_report.gsub(/"/,' ')
71
71
 
72
- CSV.parse(review_report, headers: true, :header_converters => :symbol).map {|row| row.to_hash}
72
+ CSV.parse(review_report, :headers => true, :header_converters => :symbol).map {|row| row.to_hash}
73
73
  end
74
74
 
75
75
  end
@@ -76,7 +76,6 @@ module PolarBear
76
76
 
77
77
  def load_participants_in_batch(batch)
78
78
  add_participants_content = { }
79
- add_participants_content.compare_by_identity
80
79
  add_participants_content[':participant'] = "author=#{@review_content[:author]}"
81
80
  @review_content[:reviewers].each {|reviewer| add_participants_content[':participant'] = "reviewer=#{reviewer}" }
82
81
  @review_content[:observers].each {|observer| add_participants_content[':participant'] = "observer=#{observer}" }
@@ -17,6 +17,7 @@ module PolarBear
17
17
  end
18
18
 
19
19
  def execute_command(command, input = nil)
20
+
20
21
  last_command_output = ''
21
22
 
22
23
  bearcommand = [@codecollab_execpath, @codecollab_globaloptions, command].join(' ')
@@ -1,3 +1,3 @@
1
1
  module Polarbear
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
data/polarbear.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Polarbear::VERSION
9
9
  spec.authors = ['Bone Crusher']
10
10
  spec.email = %w(pat@covenofchaos.com)
11
- spec.description = %q{}
12
- spec.summary = %q{}
13
- spec.homepage = ''
11
+ spec.description = %q{smart bear code collaborator command line ruby interface}
12
+ spec.summary = %q{this is a work in progress}
13
+ spec.homepage = 'https://github.com/patbonecrusher/polarbear'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -19,22 +19,22 @@ Gem::Specification.new do |spec|
19
19
  spec.require_paths = %w(lib)
20
20
 
21
21
  spec.add_development_dependency 'bundler', '~> 1.3'
22
- spec.add_development_dependency 'rake'
23
- spec.add_development_dependency 'rspec'
24
- spec.add_development_dependency 'guard-rspec'
25
- spec.add_development_dependency 'cli-colorize'
26
- spec.add_development_dependency 'simplecov'
27
- spec.add_development_dependency 'growl_notify'
28
- spec.add_development_dependency 'version'
22
+ spec.add_development_dependency 'rake', '= 10.3.1'
23
+ spec.add_development_dependency 'rspec', '= 2.14.1'
24
+ spec.add_development_dependency 'guard-rspec', '= 4.2.8'
25
+ spec.add_development_dependency 'cli-colorize', '= 2.0.0'
26
+ spec.add_development_dependency 'simplecov', '= 0.8.2'
27
+ spec.add_development_dependency 'growl_notify', '= 0.0.3'
28
+ spec.add_development_dependency 'version', '= 1.0.0'
29
29
 
30
- spec.add_dependency 'os'
31
- spec.add_dependency 'file-find'
32
- spec.add_dependency 'highline'
33
- spec.add_dependency 'nori'
34
- spec.add_dependency 'nokogiri'
35
- spec.add_dependency 'gyoku'
36
- spec.add_dependency 'addressable'
37
- spec.add_dependency 'command-dispatcher'
30
+ spec.add_dependency 'os', '= 0.9.6'
31
+ spec.add_dependency 'file-find', '= 0.3.8'
32
+ spec.add_dependency 'highline', '= 1.6.21'
33
+ spec.add_dependency 'nori', '= 2.4.0'
34
+ spec.add_dependency 'nokogiri', '= 1.6.1'
35
+ spec.add_dependency 'xml-fu', '= 0.2.0'
36
+ spec.add_dependency 'addressable', '= 2.3.6'
37
+ spec.add_dependency 'command-dispatcher', '= 0.1.0'
38
38
  spec.add_dependency 'gitit', '1.1.0'
39
39
 
40
40
  end
metadata CHANGED
@@ -1,239 +1,239 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polarbear
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bone Crusher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-07 00:00:00.000000000 Z
11
+ date: 2014-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: 10.3.1
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: 10.3.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: 2.14.1
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: 2.14.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: guard-rspec
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: 4.2.8
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: 4.2.8
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: cli-colorize
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: '0'
75
+ version: 2.0.0
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: '0'
82
+ version: 2.0.0
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: simplecov
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - '>='
87
+ - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: '0'
89
+ version: 0.8.2
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - '>='
94
+ - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: '0'
96
+ version: 0.8.2
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: growl_notify
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - '>='
101
+ - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: '0'
103
+ version: 0.0.3
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - '>='
108
+ - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: '0'
110
+ version: 0.0.3
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: version
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - '>='
115
+ - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: '0'
117
+ version: 1.0.0
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - '>='
122
+ - - '='
123
123
  - !ruby/object:Gem::Version
124
- version: '0'
124
+ version: 1.0.0
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: os
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - '>='
129
+ - - '='
130
130
  - !ruby/object:Gem::Version
131
- version: '0'
131
+ version: 0.9.6
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - '>='
136
+ - - '='
137
137
  - !ruby/object:Gem::Version
138
- version: '0'
138
+ version: 0.9.6
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: file-find
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - '>='
143
+ - - '='
144
144
  - !ruby/object:Gem::Version
145
- version: '0'
145
+ version: 0.3.8
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - '>='
150
+ - - '='
151
151
  - !ruby/object:Gem::Version
152
- version: '0'
152
+ version: 0.3.8
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: highline
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - '>='
157
+ - - '='
158
158
  - !ruby/object:Gem::Version
159
- version: '0'
159
+ version: 1.6.21
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - '>='
164
+ - - '='
165
165
  - !ruby/object:Gem::Version
166
- version: '0'
166
+ version: 1.6.21
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: nori
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - '>='
171
+ - - '='
172
172
  - !ruby/object:Gem::Version
173
- version: '0'
173
+ version: 2.4.0
174
174
  type: :runtime
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
- - - '>='
178
+ - - '='
179
179
  - !ruby/object:Gem::Version
180
- version: '0'
180
+ version: 2.4.0
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: nokogiri
183
183
  requirement: !ruby/object:Gem::Requirement
184
184
  requirements:
185
- - - '>='
185
+ - - '='
186
186
  - !ruby/object:Gem::Version
187
- version: '0'
187
+ version: 1.6.1
188
188
  type: :runtime
189
189
  prerelease: false
190
190
  version_requirements: !ruby/object:Gem::Requirement
191
191
  requirements:
192
- - - '>='
192
+ - - '='
193
193
  - !ruby/object:Gem::Version
194
- version: '0'
194
+ version: 1.6.1
195
195
  - !ruby/object:Gem::Dependency
196
- name: gyoku
196
+ name: xml-fu
197
197
  requirement: !ruby/object:Gem::Requirement
198
198
  requirements:
199
- - - '>='
199
+ - - '='
200
200
  - !ruby/object:Gem::Version
201
- version: '0'
201
+ version: 0.2.0
202
202
  type: :runtime
203
203
  prerelease: false
204
204
  version_requirements: !ruby/object:Gem::Requirement
205
205
  requirements:
206
- - - '>='
206
+ - - '='
207
207
  - !ruby/object:Gem::Version
208
- version: '0'
208
+ version: 0.2.0
209
209
  - !ruby/object:Gem::Dependency
210
210
  name: addressable
211
211
  requirement: !ruby/object:Gem::Requirement
212
212
  requirements:
213
- - - '>='
213
+ - - '='
214
214
  - !ruby/object:Gem::Version
215
- version: '0'
215
+ version: 2.3.6
216
216
  type: :runtime
217
217
  prerelease: false
218
218
  version_requirements: !ruby/object:Gem::Requirement
219
219
  requirements:
220
- - - '>='
220
+ - - '='
221
221
  - !ruby/object:Gem::Version
222
- version: '0'
222
+ version: 2.3.6
223
223
  - !ruby/object:Gem::Dependency
224
224
  name: command-dispatcher
225
225
  requirement: !ruby/object:Gem::Requirement
226
226
  requirements:
227
- - - '>='
227
+ - - '='
228
228
  - !ruby/object:Gem::Version
229
- version: '0'
229
+ version: 0.1.0
230
230
  type: :runtime
231
231
  prerelease: false
232
232
  version_requirements: !ruby/object:Gem::Requirement
233
233
  requirements:
234
- - - '>='
234
+ - - '='
235
235
  - !ruby/object:Gem::Version
236
- version: '0'
236
+ version: 0.1.0
237
237
  - !ruby/object:Gem::Dependency
238
238
  name: gitit
239
239
  requirement: !ruby/object:Gem::Requirement
@@ -248,7 +248,7 @@ dependencies:
248
248
  - - '='
249
249
  - !ruby/object:Gem::Version
250
250
  version: 1.1.0
251
- description: ''
251
+ description: smart bear code collaborator command line ruby interface
252
252
  email:
253
253
  - pat@covenofchaos.com
254
254
  executables:
@@ -265,18 +265,18 @@ executables:
265
265
  extensions: []
266
266
  extra_rdoc_files: []
267
267
  files:
268
- - .gitignore
269
- - .idea/.name
270
- - .idea/.rakeTasks
271
- - .idea/dictionaries/pat.xml
272
- - .idea/encodings.xml
273
- - .idea/misc.xml
274
- - .idea/modules.xml
275
- - .idea/polarbear.iml
276
- - .idea/scopes/scope_settings.xml
277
- - .idea/vcs.xml
278
- - .idea/workspace.xml
279
- - .rspec
268
+ - ".gitignore"
269
+ - ".idea/.name"
270
+ - ".idea/.rakeTasks"
271
+ - ".idea/dictionaries/pat.xml"
272
+ - ".idea/encodings.xml"
273
+ - ".idea/misc.xml"
274
+ - ".idea/modules.xml"
275
+ - ".idea/polarbear.iml"
276
+ - ".idea/scopes/scope_settings.xml"
277
+ - ".idea/vcs.xml"
278
+ - ".idea/workspace.xml"
279
+ - ".rspec"
280
280
  - Gemfile
281
281
  - Guardfile
282
282
  - LICENSE.txt
@@ -306,9 +306,8 @@ files:
306
306
  - lib/polarbear/utils/executor.rb
307
307
  - lib/polarbear/version.rb
308
308
  - polarbear.gemspec
309
- - pp
310
309
  - spec/spec_helper.rb
311
- homepage: ''
310
+ homepage: https://github.com/patbonecrusher/polarbear
312
311
  licenses:
313
312
  - MIT
314
313
  metadata: {}
@@ -318,19 +317,19 @@ require_paths:
318
317
  - lib
319
318
  required_ruby_version: !ruby/object:Gem::Requirement
320
319
  requirements:
321
- - - '>='
320
+ - - ">="
322
321
  - !ruby/object:Gem::Version
323
322
  version: '0'
324
323
  required_rubygems_version: !ruby/object:Gem::Requirement
325
324
  requirements:
326
- - - '>='
325
+ - - ">="
327
326
  - !ruby/object:Gem::Version
328
327
  version: '0'
329
328
  requirements: []
330
329
  rubyforge_project:
331
- rubygems_version: 2.1.11
330
+ rubygems_version: 2.2.2
332
331
  signing_key:
333
332
  specification_version: 4
334
- summary: ''
333
+ summary: this is a work in progress
335
334
  test_files:
336
335
  - spec/spec_helper.rb
data/pp DELETED
File without changes