polarbear 0.0.2

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 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
@@ -0,0 +1,18 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ *.swp
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>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
+ </project>
5
+
data/.idea/misc.xml ADDED
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-2.0.0-head" project-jdk-type="RUBY_SDK" />
4
+ </project>
5
+
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
+
@@ -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
+
@@ -0,0 +1,5 @@
1
+ <component name="DependencyValidationManager">
2
+ <state>
3
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
+ </state>
5
+ </component>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
7
+