slist 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 8b7bb2abfc210d45d252b31c4b22a6c28a553591
4
- data.tar.gz: 21f958ec7e8f57542e13a7da1d3f8a8296a1babc
3
+ metadata.gz: a8579b9d1b4514c7e430679ab49bb80800b71947
4
+ data.tar.gz: 5195fa250d93abbf99adfc0e22b9074d1da097fd
5
5
  SHA512:
6
- metadata.gz: 9017fc241eb3cb534e34300f6069eafb33766883b0b34e3102ed48c7ddd520a5599c38a7a3997e098fd083f269d69eda05793a26d7c1684a8eb05f33cee87dd5
7
- data.tar.gz: 0350a24daaef24d676a05eee8a43c5e97bb8c205f92e1cbf210d614b81a20fa5c9b93269bab2c1893f8fdb75f0709294a3cbfe4fe737abcf5ea09d2601c40b94
6
+ metadata.gz: d43e5f1296fbd1e80b7d431da3864ef9247068b2a1c8ea351c9201c3c899e6d8148db5d43ae2f16ae86729a6b3e4437f93fcb375ffd16d8c5fe025a265582d20
7
+ data.tar.gz: f9f80d8261097643ac23f6460f3dc67da657c34bfe91572b8dbdca29c8f067f7e727068f5ecdbd4c1fb239f228aa2573ca25c8663a0d0ee7392c6c04a45afc05
@@ -0,0 +1 @@
1
+ .idea
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at TODO: Write your email address. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in elastify.gemspec
4
+ gemspec
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 TODO: Write your name
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.
@@ -0,0 +1,41 @@
1
+ # Slist
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/elastify`. 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 'slist'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install elastify
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. 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]/elastify. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+
37
+
38
+ ## License
39
+
40
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
+
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
@@ -0,0 +1,29 @@
1
+ require 'slist/version'
2
+
3
+
4
+ module Slist
5
+
6
+ class << self
7
+
8
+ def create_list(filename, items, key = :id)
9
+ path = Rails.root.join('tmp/slist', "#{filename}.lock")
10
+ File.open(path, "w+") do |f|
11
+ f.write(items.map(&:id).join(','))
12
+ end
13
+ end
14
+
15
+ def read_list(filename)
16
+ path = Rails.root.join('tmp/slist', "#{filename}.lock")
17
+ data = File.read(path)
18
+ data.to_s.split(',')
19
+ end
20
+
21
+ def peak_list(filename, size, page)
22
+ read_list(filename).in_groups_of(size)[page]
23
+ end
24
+
25
+ def get_lists(prefix = nil)
26
+ Dir.glob(Rails.root.join('tmp/slist/', "#{ prefix }*"))
27
+ end
28
+ end
29
+ end
@@ -0,0 +1,3 @@
1
+ module Slist
2
+ VERSION = '0.1.1'
3
+ end
@@ -0,0 +1,43 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'slist/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "slist"
8
+ spec.version = Slist::VERSION
9
+ spec.authors = ["Bruno Bortolotti Ribeiro"]
10
+ spec.email = ["brunobortolotti@icloud.com"]
11
+
12
+ spec.summary = %q{A gem to help with ActiveRecord-ElasticSeach integration}
13
+ spec.description = %q{A gem to help with ActiveRecord-ElasticSeach integration}
14
+ spec.homepage = "https://github.com/brunobortolotti/slist.git"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
+ end
24
+
25
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
26
+ f.match(%r{^(test|spec|features)/})
27
+ end
28
+ spec.bindir = "exe"
29
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ["lib"]
31
+
32
+ spec.add_runtime_dependency "activerecord", ">= 3.0.5"
33
+ spec.add_runtime_dependency "httparty", ">= 0.6.0"
34
+ spec.add_runtime_dependency "backgrounded", ">= 2.0.0"
35
+ spec.add_runtime_dependency "multi_json", ">= 1.0.0"
36
+ spec.add_runtime_dependency "rest-client", ["~> 2.0", ">= 2.0.1"]
37
+
38
+ spec.add_development_dependency "bundler", "~> 1.13"
39
+ spec.add_development_dependency "rake", "~> 10.0"
40
+ spec.add_development_dependency "shoulda", "2.11.3"
41
+ spec.add_development_dependency "mocha", "0.10.0"
42
+ spec.add_development_dependency "pry", "0.9.9.3"
43
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Bortolotti Ribeiro
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-10 00:00:00.000000000 Z
11
+ date: 2018-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -162,7 +162,16 @@ email:
162
162
  executables: []
163
163
  extensions: []
164
164
  extra_rdoc_files: []
165
- files: []
165
+ files:
166
+ - ".gitignore"
167
+ - CODE_OF_CONDUCT.md
168
+ - Gemfile
169
+ - LICENSE.txt
170
+ - README.md
171
+ - Rakefile
172
+ - lib/slist.rb
173
+ - lib/slist/version.rb
174
+ - slist.gemspec
166
175
  homepage: https://github.com/brunobortolotti/slist.git
167
176
  licenses:
168
177
  - MIT
@@ -184,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
193
  version: '0'
185
194
  requirements: []
186
195
  rubyforge_project:
187
- rubygems_version: 2.5.1
196
+ rubygems_version: 2.5.2
188
197
  signing_key:
189
198
  specification_version: 4
190
199
  summary: A gem to help with ActiveRecord-ElasticSeach integration