cayuga 0.0.12 → 0.0.13

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: fd1e819cf3079a1b0faa824ee0b11dd518035dfe82a0246e139b64f6ed005e59
4
- data.tar.gz: 8c5b2ddcd469bb9687772d4e96adb1e6101d5f25b5144c90e2522b5e6359fbe5
3
+ metadata.gz: 58e62fad7d7f3e9b0396f5f7c00ffb2864e3e6e30b910354e3b0d263e8f0c5b3
4
+ data.tar.gz: dbae9f83ac4d82e3eeef83369db8cf891546f592b6625e844771d85521110145
5
5
  SHA512:
6
- metadata.gz: c5d97253be2e3ac4d544037ffbdaaaf91170ba4fdb837cd2b35283228e8da77fd525edda64dd70a010cc6fa54ad5b9c42a1ab3711f9567d2e4f7760a124b7ef0
7
- data.tar.gz: c89e79a77eade0b39a6ae562c20c8662f725d30c1829636ad80bb86180e1f340ff056012cd9ceaf63fd7ab74518ae1c9d464cb9352bc7f867192738271bd639a
6
+ metadata.gz: b5785b29a139bae584cc212c0079eb959e208dc76eca5ec4446a47f33eaa4f7215ee9ea3d66fbeff56b8483d25faf2f04cf4ee00f0c3b5dd9f6943870cdb60d9
7
+ data.tar.gz: 57495c25d3b9cf85c7f1e4c6ca86fd46e3f389a64bba870555bdba90f39667c5b802d9d29f526fdf189687e40f81a4137d432f38a3316022e9688bb2cd8e5fd1
data/cayuga.gemspec CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  # added into git.
26
26
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
27
27
  `git ls-files -z`.split("\x0").reject do |f|
28
- f.match(%r{^(test|spec|features)/})
28
+ f.match(%r{^(test|spec|features|.idea|bin)/})
29
29
  end
30
30
  end
31
31
  spec.bindir = 'exe'
@@ -1,3 +1,3 @@
1
1
  module Cayuga
2
- VERSION = '0.0.12'.freeze
2
+ VERSION = '0.0.13'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cayuga
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - patrick
@@ -116,14 +116,6 @@ extensions: []
116
116
  extra_rdoc_files: []
117
117
  files:
118
118
  - ".gitignore"
119
- - ".idea/.rakeTasks"
120
- - ".idea/dictionaries/patrick.xml"
121
- - ".idea/encodings.xml"
122
- - ".idea/inspectionProfiles/Project_Default.xml"
123
- - ".idea/misc.xml"
124
- - ".idea/modules.xml"
125
- - ".idea/vcs.xml"
126
- - ".idea/workspace.xml"
127
119
  - ".rspec"
128
120
  - ".rubocop.yml"
129
121
  - ".travis.yml"
@@ -131,8 +123,6 @@ files:
131
123
  - LICENSE
132
124
  - README.md
133
125
  - Rakefile
134
- - bin/console
135
- - bin/setup
136
126
  - cayuga.gemspec
137
127
  - cayuga.iml
138
128
  - lib/cayuga.rb
data/.idea/.rakeTasks DELETED
@@ -1,7 +0,0 @@
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.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,13 +0,0 @@
1
- <component name="ProjectDictionaryState">
2
- <dictionary name="patrick">
3
- <words>
4
- <w>appenders</w>
5
- <w>differentiator</w>
6
- <w>ffff</w>
7
- <w>filenamify</w>
8
- <w>loggable</w>
9
- <w>memoist</w>
10
- <w>pathize</w>
11
- </words>
12
- </dictionary>
13
- </component>
data/.idea/encodings.xml DELETED
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Encoding" addBOMForNewFiles="with NO BOM" />
4
- </project>
@@ -1,8 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="RubyConstantNamingConvention" enabled="true" level="WARNING" enabled_by_default="true">
5
- <option name="m_maxLength" value="48" />
6
- </inspection_tool>
7
- </profile>
8
- </component>
data/.idea/misc.xml DELETED
@@ -1,6 +0,0 @@
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
- </project>
data/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
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
- </project>
data/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
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>