izolenta 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a32fc530e0234650b1d5d368bdcdfb790d9802ea3fb4f5274680385d54c662e9
4
+ data.tar.gz: f4d6e2639d3181cc83b1d07a828102e5497f4da45a8d72326e4200e968eac048
5
+ SHA512:
6
+ metadata.gz: 353b26d474b46ab384e358adcbfec74c3951564858ca7becd858e1c42328589fc76d11b484a7303b0f52e2517ad9d25b87aa97464bd3082c33244afbefbebcac
7
+ data.tar.gz: 54ddcaf0cfdbad2c298f9207e1e5f783441434d95e4325e1fd4e9a1c2147fdf4ec4fef0f11ad61caa57e0ec19d1b5b88ce8b2e474366c58b18a13d786ce2e1b9
data/.gitignore ADDED
@@ -0,0 +1,8 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
@@ -0,0 +1,5 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="PROJECT_PROFILE" />
4
+ </settings>
5
+ </component>
@@ -0,0 +1,61 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="e09058d8-36f0-45ad-a8b0-398c410f2a78" name="Changes" comment="">
5
+ <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
6
+ <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
7
+ <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
8
+ <change afterPath="$PROJECT_DIR$/.ruby-gemset" afterDir="false" />
9
+ <change afterPath="$PROJECT_DIR$/.ruby-version" afterDir="false" />
10
+ <change afterPath="$PROJECT_DIR$/.travis.yml" afterDir="false" />
11
+ <change afterPath="$PROJECT_DIR$/CODE_OF_CONDUCT.md" afterDir="false" />
12
+ <change afterPath="$PROJECT_DIR$/Gemfile" afterDir="false" />
13
+ <change afterPath="$PROJECT_DIR$/LICENSE.txt" afterDir="false" />
14
+ <change afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
15
+ <change afterPath="$PROJECT_DIR$/Rakefile" afterDir="false" />
16
+ <change afterPath="$PROJECT_DIR$/bin/console" afterDir="false" />
17
+ <change afterPath="$PROJECT_DIR$/bin/setup" afterDir="false" />
18
+ <change afterPath="$PROJECT_DIR$/izolenta.gemspec" afterDir="false" />
19
+ <change afterPath="$PROJECT_DIR$/lib/izolenta.rb" afterDir="false" />
20
+ <change afterPath="$PROJECT_DIR$/lib/izolenta/version.rb" afterDir="false" />
21
+ <change afterPath="$PROJECT_DIR$/test/izolenta_test.rb" afterDir="false" />
22
+ <change afterPath="$PROJECT_DIR$/test/test_helper.rb" afterDir="false" />
23
+ </list>
24
+ <option name="SHOW_DIALOG" value="false" />
25
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
26
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
27
+ <option name="LAST_RESOLUTION" value="IGNORE" />
28
+ </component>
29
+ <component name="Git.Settings">
30
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
31
+ </component>
32
+ <component name="ProjectId" id="21KEQNtyETxN1YRFZmdsghXrmFy" />
33
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
34
+ <component name="ProjectViewState">
35
+ <option name="hideEmptyMiddlePackages" value="true" />
36
+ <option name="showLibraryContents" value="true" />
37
+ </component>
38
+ <component name="PropertiesComponent">
39
+ <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
40
+ <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
41
+ <property name="WebServerToolWindowFactoryState" value="false" />
42
+ <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
43
+ <property name="nodejs_npm_path_reset_for_default_project" value="true" />
44
+ <property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
45
+ </component>
46
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
47
+ <component name="TaskManager">
48
+ <task active="true" id="Default" summary="Default task">
49
+ <changelist id="e09058d8-36f0-45ad-a8b0-398c410f2a78" name="Changes" comment="" />
50
+ <created>1637681361150</created>
51
+ <option name="number" value="Default" />
52
+ <option name="presentableId" value="Default" />
53
+ <updated>1637681361150</updated>
54
+ <workItem from="1637681363057" duration="114000" />
55
+ </task>
56
+ <servers />
57
+ </component>
58
+ <component name="TypeScriptGeneratedFilesManager">
59
+ <option name="version" value="3" />
60
+ </component>
61
+ </project>
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ izolenta
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ ruby-2.7.2
data/.travis.yml ADDED
@@ -0,0 +1,6 @@
1
+ ---
2
+ language: ruby
3
+ cache: bundler
4
+ rvm:
5
+ - 2.7.2
6
+ before_install: gem install bundler -v 2.1.4
data/CHANGELOG.md ADDED
File without changes
data/Gemfile ADDED
@@ -0,0 +1,7 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in izolenta.gemspec
4
+ gemspec
5
+
6
+ gem "rake", "~> 12.0"
7
+ gem "minitest", "~> 5.0"
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 alekseyl
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,44 @@
1
+ # Izolenta
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/izolenta`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'izolenta'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle install
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install izolenta
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/izolenta. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/izolenta/blob/master/CODE_OF_CONDUCT.md).
36
+
37
+
38
+ ## License
39
+
40
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
41
+
42
+ ## Code of Conduct
43
+
44
+ Everyone interacting in the Izolenta project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/izolenta/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.libs << "lib"
7
+ t.test_files = FileList["test/**/*_test.rb"]
8
+ end
9
+
10
+ task :default => :test
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "izolenta"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
data/izolenta.gemspec ADDED
@@ -0,0 +1,29 @@
1
+ require_relative 'lib/izolenta/version'
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = "izolenta"
5
+ spec.version = Izolenta::VERSION
6
+ spec.authors = ["alekseyl"]
7
+ spec.email = ["leshchuk@gmail.com"]
8
+
9
+ spec.summary = %q{cybersquatting the izolenta name for later creation of short term uniqueness/isolation records with redis mutex}
10
+ spec.description = %q{cybersquatting the izolenta name for later creation of short term uniqueness/isolation records with redis mutex}
11
+ spec.homepage = "https://github.com/alekseyl/izolenta"
12
+ spec.license = "MIT"
13
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
+
15
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
16
+
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = "https://github.com/alekseyl/izolenta"
19
+ spec.metadata["changelog_uri"] = "https://github.com/alekseyl/izolenta/CHANGELOG.md"
20
+
21
+ # Specify which files should be added to the gem when it is released.
22
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
24
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
+ end
26
+ spec.bindir = "exe"
27
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
+ spec.require_paths = ["lib"]
29
+ end
@@ -0,0 +1,3 @@
1
+ module Izolenta
2
+ VERSION = "0.0.1"
3
+ end
data/lib/izolenta.rb ADDED
@@ -0,0 +1,6 @@
1
+ require "izolenta/version"
2
+
3
+ module Izolenta
4
+ class Error < StandardError; end
5
+ # Your code goes here...
6
+ end
metadata ADDED
@@ -0,0 +1,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: izolenta
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - alekseyl
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-11-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: cybersquatting the izolenta name for later creation of short term uniqueness/isolation
14
+ records with redis mutex
15
+ email:
16
+ - leshchuk@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ".gitignore"
22
+ - ".idea/inspectionProfiles/profiles_settings.xml"
23
+ - ".idea/workspace.xml"
24
+ - ".ruby-gemset"
25
+ - ".ruby-version"
26
+ - ".travis.yml"
27
+ - CHANGELOG.md
28
+ - Gemfile
29
+ - LICENSE.txt
30
+ - README.md
31
+ - Rakefile
32
+ - bin/console
33
+ - bin/setup
34
+ - izolenta.gemspec
35
+ - lib/izolenta.rb
36
+ - lib/izolenta/version.rb
37
+ homepage: https://github.com/alekseyl/izolenta
38
+ licenses:
39
+ - MIT
40
+ metadata:
41
+ allowed_push_host: https://rubygems.org
42
+ homepage_uri: https://github.com/alekseyl/izolenta
43
+ source_code_uri: https://github.com/alekseyl/izolenta
44
+ changelog_uri: https://github.com/alekseyl/izolenta/CHANGELOG.md
45
+ post_install_message:
46
+ rdoc_options: []
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: 2.3.0
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ requirements: []
60
+ rubygems_version: 3.1.4
61
+ signing_key:
62
+ specification_version: 4
63
+ summary: cybersquatting the izolenta name for later creation of short term uniqueness/isolation
64
+ records with redis mutex
65
+ test_files: []