cayuga 0.0.0 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 733fe37d417db9507872a1a7d3b6f27900b12d61
4
- data.tar.gz: b12959683b55c4b6627edddedd5c7a0f1899adc1
2
+ SHA256:
3
+ metadata.gz: 40fdc46e2e536ab87c134fa7aa5a2668eecebc559a3888880cad2de88e0b9c30
4
+ data.tar.gz: 407b58f227e1f308dbf57e46139b0f9a701b1090df7dadcfda85daa5ba14bb68
5
5
  SHA512:
6
- metadata.gz: 7cfb26b82d5b579e1a700006bec3db0962069d2d7a2c6c0e7bff288c252c446c599eb65db1dd64aa478300318e16d355e33a33455c88c26fc68de4ff7dc8b5d8
7
- data.tar.gz: 27626112fc41114d3cfdbd9483b9e6ddee3291c4b12d2336abf7658cc029b027127d03d934ebefedaf7c215110e89aedfc77c4d68ec53f982d816ba4d12f895a
6
+ metadata.gz: da739be05106fee8e63afa5911c5c66b870e308076a6263137c072f351bd5b9713a73db294a9eed83a2981f5a7d625ef9c4feb615e6900c42fc7949685b5cc7c
7
+ data.tar.gz: c89f11bb49bd31230cb8a665c0af90486855df930286153342dddf4c10b81d3a0095d81a76e24ba3253067e7369da682262b2bcf3fff41d2e9169d2d09f8f3d7
data/.gitignore CHANGED
@@ -1,11 +1,11 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
-
10
- # rspec failure tracking
11
- .rspec_status
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
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 cayuga-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install cayuga-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install cayuga-0.0.1.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.0.1 and build and push cayuga-0.0.1.gem to rubygems.org" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
@@ -0,0 +1,12 @@
1
+ <component name="ProjectDictionaryState">
2
+ <dictionary name="patrick">
3
+ <words>
4
+ <w>appenders</w>
5
+ <w>differentiator</w>
6
+ <w>filenamify</w>
7
+ <w>loggable</w>
8
+ <w>memoist</w>
9
+ <w>pathize</w>
10
+ </words>
11
+ </dictionary>
12
+ </component>
@@ -0,0 +1,6 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="Rubocop" enabled="false" level="WARNING" enabled_by_default="false" />
5
+ </profile>
6
+ </component>
data/.idea/misc.xml CHANGED
@@ -1,6 +1,6 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager" version="2" project-jdk-name="ruby-2.4.4-p296" project-jdk-type="RUBY_SDK">
4
- <output url="file://$PROJECT_DIR$/out" />
5
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="ruby-2.4.4-p296" project-jdk-type="RUBY_SDK">
4
+ <output url="file://$PROJECT_DIR$/out" />
5
+ </component>
6
6
  </project>
data/.idea/modules.xml CHANGED
@@ -1,8 +1,8 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/cayuga.iml" filepath="$PROJECT_DIR$/cayuga.iml" />
6
- </modules>
7
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/cayuga.iml" filepath="$PROJECT_DIR$/cayuga.iml" />
6
+ </modules>
7
+ </component>
8
8
  </project>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>