cayuga 0.0.10 → 0.0.11

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
2
  SHA256:
3
- metadata.gz: 823b75247444e60edd911cffb5ddf7a5a5c14e1ca77b9362f503d63d6e286ac2
4
- data.tar.gz: a8f73c0ffa60c56af6ebbb49772ecc290681f1a2c62e3cb346c0906e31ab15a0
3
+ metadata.gz: 0b5dfd705afaa98c1a8985ff2162bcd16b39cb4ff36c241dc47940b5be18b28f
4
+ data.tar.gz: 2d1f2188ec48ad984a36351d4b4ea8dd82a5bda3ffbe3d645abee35be84165a3
5
5
  SHA512:
6
- metadata.gz: 6870034e370ef618835d01389de8405281e37b9fb4556c2ca3eebd382065789903b1f040cdc10c013384782f6576284c7278f746a76a3347110f6eb8cdce6007
7
- data.tar.gz: ed05cd5cd6f2451828bab4619e82db6b2e331e18c1834242bfdcfe002946bea31611cf07380591f5ce0a22c73beff52f725bdcecacd85da8c9d92ae24ef46809
6
+ metadata.gz: fa393f21ad1b10bf55c9ea2807d75a3b82519bcdda45f044caa9a9231ea3d2a29ee33f98eea399f3a1f68fb92eb938717156a764efbfd8350c22a3c513faab8a
7
+ data.tar.gz: a6af63dc94bc8e4fbe2f97cf52be3b6e0c75685f7813ca2823bbcf2a9f816541dd5685857996ea48492896ba6aaaedf67481012f64d54419acb2f79cdcbe82d2
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 cayuga-0.0.9.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.9.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install cayuga-0.0.9.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.0.9 and build and push cayuga-0.0.9.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>
7
+ --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build cayuga-0.0.10.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.10.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install cayuga-0.0.10.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.0.10 and build and push cayuga-0.0.10.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>
@@ -1,6 +1,8 @@
1
1
  <component name="InspectionProjectProfileManager">
2
2
  <profile version="1.0">
3
3
  <option name="myName" value="Project Default" />
4
- <inspection_tool class="Rubocop" enabled="false" level="WARNING" enabled_by_default="false" />
4
+ <inspection_tool class="RubyConstantNamingConvention" enabled="true" level="WARNING" enabled_by_default="true">
5
+ <option name="m_maxLength" value="48" />
6
+ </inspection_tool>
5
7
  </profile>
6
8
  </component>