sample_entity 0.1.0

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: 31b143e7fcf94d00e99622d7110f1e2396ce751f42e6246e7ecaa4999683b057
4
+ data.tar.gz: b75e990d5f8e015e2fde780a9f157e4828bffe5ab9f50a70ec86979eb0ee700d
5
+ SHA512:
6
+ metadata.gz: 0f64e987a07fa0fd63b2b04ee5cbe664e6ff3b6b82b224255dd65dc7894724791de474aae72986b30c4ed1e7526f61449078916755b7b304bcecba16ff35a727
7
+ data.tar.gz: aacb6e3a1737bee3b4554adcd4a36e4dc7f606621b67b0eb139b85483c08bf967900211678d2d7b423aec984bcc2aef4633efe43c3485ed61366d890d638466f
data/Gemfile ADDED
@@ -0,0 +1,14 @@
1
+ source "https://rubygems.org"
2
+ # Add dependencies required to use your gem here.
3
+ # Example:
4
+ # gem "activesupport", ">= 2.3.5"
5
+
6
+ # Add dependencies to develop your gem here.
7
+ # Include everything needed to run rake, tests, features, etc.
8
+ group :development do
9
+ gem "shoulda"
10
+ gem "rdoc"
11
+ gem "bundler"
12
+ gem "juwelier"
13
+ gem "simplecov"
14
+ end
data/Gemfile.lock ADDED
@@ -0,0 +1,120 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ activesupport (7.0.4)
5
+ concurrent-ruby (~> 1.0, >= 1.0.2)
6
+ i18n (>= 1.6, < 2)
7
+ minitest (>= 5.1)
8
+ tzinfo (~> 2.0)
9
+ addressable (2.8.1)
10
+ public_suffix (>= 2.0.2, < 6.0)
11
+ builder (3.2.4)
12
+ concurrent-ruby (1.1.10)
13
+ descendants_tracker (0.0.4)
14
+ thread_safe (~> 0.3, >= 0.3.1)
15
+ docile (1.4.0)
16
+ faraday (1.10.2)
17
+ faraday-em_http (~> 1.0)
18
+ faraday-em_synchrony (~> 1.0)
19
+ faraday-excon (~> 1.1)
20
+ faraday-httpclient (~> 1.0)
21
+ faraday-multipart (~> 1.0)
22
+ faraday-net_http (~> 1.0)
23
+ faraday-net_http_persistent (~> 1.0)
24
+ faraday-patron (~> 1.0)
25
+ faraday-rack (~> 1.0)
26
+ faraday-retry (~> 1.0)
27
+ ruby2_keywords (>= 0.0.4)
28
+ faraday-em_http (1.0.0)
29
+ faraday-em_synchrony (1.0.0)
30
+ faraday-excon (1.1.0)
31
+ faraday-httpclient (1.0.1)
32
+ faraday-multipart (1.0.4)
33
+ multipart-post (~> 2)
34
+ faraday-net_http (1.0.1)
35
+ faraday-net_http_persistent (1.2.0)
36
+ faraday-patron (1.0.0)
37
+ faraday-rack (1.0.0)
38
+ faraday-retry (1.0.3)
39
+ git (1.12.0)
40
+ addressable (~> 2.8)
41
+ rchardet (~> 1.8)
42
+ github_api (0.19.0)
43
+ addressable (~> 2.4)
44
+ descendants_tracker (~> 0.0.4)
45
+ faraday (>= 0.8, < 2)
46
+ hashie (~> 3.5, >= 3.5.2)
47
+ oauth2 (~> 1.0)
48
+ hashie (3.6.0)
49
+ highline (2.0.3)
50
+ i18n (1.12.0)
51
+ concurrent-ruby (~> 1.0)
52
+ juwelier (2.4.9)
53
+ builder
54
+ bundler
55
+ git
56
+ github_api
57
+ highline
58
+ kamelcase (~> 0)
59
+ nokogiri
60
+ psych
61
+ rake
62
+ rdoc
63
+ semver2
64
+ jwt (2.5.0)
65
+ kamelcase (0.0.2)
66
+ semver2 (~> 3)
67
+ mini_portile2 (2.8.0)
68
+ minitest (5.16.3)
69
+ multi_json (1.15.0)
70
+ multi_xml (0.6.0)
71
+ multipart-post (2.2.3)
72
+ nokogiri (1.13.8)
73
+ mini_portile2 (~> 2.8.0)
74
+ racc (~> 1.4)
75
+ oauth2 (1.4.11)
76
+ faraday (>= 0.17.3, < 3.0)
77
+ jwt (>= 1.0, < 3.0)
78
+ multi_json (~> 1.3)
79
+ multi_xml (~> 0.5)
80
+ rack (>= 1.2, < 4)
81
+ psych (4.0.6)
82
+ stringio
83
+ public_suffix (5.0.0)
84
+ racc (1.6.0)
85
+ rack (3.0.0)
86
+ rake (13.0.6)
87
+ rchardet (1.8.0)
88
+ rdoc (6.4.0)
89
+ psych (>= 4.0.0)
90
+ ruby2_keywords (0.0.5)
91
+ semver2 (3.4.2)
92
+ shoulda (4.0.0)
93
+ shoulda-context (~> 2.0)
94
+ shoulda-matchers (~> 4.0)
95
+ shoulda-context (2.0.0)
96
+ shoulda-matchers (4.5.1)
97
+ activesupport (>= 4.2.0)
98
+ simplecov (0.21.2)
99
+ docile (~> 1.1)
100
+ simplecov-html (~> 0.11)
101
+ simplecov_json_formatter (~> 0.1)
102
+ simplecov-html (0.12.3)
103
+ simplecov_json_formatter (0.1.4)
104
+ stringio (3.0.2)
105
+ thread_safe (0.3.6)
106
+ tzinfo (2.0.5)
107
+ concurrent-ruby (~> 1.0)
108
+
109
+ PLATFORMS
110
+ ruby
111
+
112
+ DEPENDENCIES
113
+ bundler
114
+ juwelier
115
+ rdoc
116
+ shoulda
117
+ simplecov
118
+
119
+ BUNDLED WITH
120
+ 2.3.22
data/LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2022 Avinash Mishra
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # sample_entities
2
+ sample entities gem
data/README.rdoc ADDED
@@ -0,0 +1,18 @@
1
+ = sample_entity
2
+
3
+ Description goes here.
4
+
5
+ == Contributing to sample_entity
6
+
7
+ * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
8
+ * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
9
+ * Fork the project.
10
+ * Start a feature/bugfix branch.
11
+ * Commit and push until you are happy with your contribution.
12
+ * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
+ * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
+
15
+ == Copyright
16
+
17
+ Copyright (c) 2022 Avinash Mishra. See LICENSE.txt for
18
+ further details.
data/Rakefile ADDED
@@ -0,0 +1,50 @@
1
+ # encoding: utf-8
2
+
3
+ require 'rubygems'
4
+ require 'bundler'
5
+ begin
6
+ Bundler.setup(:default, :development)
7
+ rescue Bundler::BundlerError => e
8
+ $stderr.puts e.message
9
+ $stderr.puts "Run `bundle install` to install missing gems"
10
+ exit e.status_code
11
+ end
12
+ require 'rake'
13
+ require 'juwelier'
14
+ Juwelier::Tasks.new do |gem|
15
+ # gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
16
+ gem.name = "sample_entity"
17
+ gem.homepage = "http://github.com/avinash.mishra@heyjobs.de/sample_entity"
18
+ gem.license = "MIT"
19
+ gem.summary = 'Sample Entity integration for HeyJobs'
20
+ gem.description = 'This gem allows to maintain sample entity files for your Rails app.'
21
+ gem.email = "avinash.mishra@heyjobs.de"
22
+ gem.authors = ["Avinash Mishra"]
23
+
24
+ # dependencies defined in Gemfile
25
+ end
26
+ Juwelier::RubygemsDotOrgTasks.new
27
+ require 'rake/testtask'
28
+ Rake::TestTask.new(:test) do |test|
29
+ test.libs << 'lib' << 'test'
30
+ test.pattern = 'test/**/test_*.rb'
31
+ test.verbose = true
32
+ end
33
+
34
+ desc "Code coverage detail"
35
+ task :simplecov do
36
+ ENV['COVERAGE'] = "true"
37
+ Rake::Task['test'].execute
38
+ end
39
+
40
+ task :default => :test
41
+
42
+ require 'rdoc/task'
43
+ Rake::RDocTask.new do |rdoc|
44
+ version = File.exist?('VERSION') ? File.read('VERSION') : ""
45
+
46
+ rdoc.rdoc_dir = 'rdoc'
47
+ rdoc.title = "sample_entity #{version}"
48
+ rdoc.rdoc_files.include('README*')
49
+ rdoc.rdoc_files.include('lib/**/*.rb')
50
+ end
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.0
File without changes
@@ -0,0 +1,56 @@
1
+ # Generated by juwelier
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+ # stub: sample_entity 0.1.0 ruby lib
6
+
7
+ Gem::Specification.new do |s|
8
+ s.name = "sample_entity".freeze
9
+ s.version = "0.1.0"
10
+
11
+ s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
+ s.require_paths = ["lib".freeze]
13
+ s.authors = ["Avinash Mishra".freeze]
14
+ s.date = "2022-09-29"
15
+ s.description = "This gem allows to maintain sample entity files for your Rails app.".freeze
16
+ s.email = "avinash.mishra@heyjobs.de".freeze
17
+ s.extra_rdoc_files = [
18
+ "LICENSE.txt",
19
+ "README.md",
20
+ "README.rdoc"
21
+ ]
22
+ s.files = [
23
+ "Gemfile",
24
+ "Gemfile.lock",
25
+ "LICENSE.txt",
26
+ "README.md",
27
+ "README.rdoc",
28
+ "Rakefile",
29
+ "VERSION",
30
+ "lib/sample_entity.rb",
31
+ "sample_entity.gemspec"
32
+ ]
33
+ s.homepage = "http://github.com/avinash.mishra@heyjobs.de/sample_entity".freeze
34
+ s.licenses = ["MIT".freeze]
35
+ s.rubygems_version = "3.3.22".freeze
36
+ s.summary = "Sample Entity integration for HeyJobs".freeze
37
+
38
+ if s.respond_to? :specification_version then
39
+ s.specification_version = 4
40
+ end
41
+
42
+ if s.respond_to? :add_runtime_dependency then
43
+ s.add_development_dependency(%q<shoulda>.freeze, [">= 0"])
44
+ s.add_development_dependency(%q<rdoc>.freeze, [">= 0"])
45
+ s.add_development_dependency(%q<bundler>.freeze, [">= 0"])
46
+ s.add_development_dependency(%q<juwelier>.freeze, [">= 0"])
47
+ s.add_development_dependency(%q<simplecov>.freeze, [">= 0"])
48
+ else
49
+ s.add_dependency(%q<shoulda>.freeze, [">= 0"])
50
+ s.add_dependency(%q<rdoc>.freeze, [">= 0"])
51
+ s.add_dependency(%q<bundler>.freeze, [">= 0"])
52
+ s.add_dependency(%q<juwelier>.freeze, [">= 0"])
53
+ s.add_dependency(%q<simplecov>.freeze, [">= 0"])
54
+ end
55
+ end
56
+
metadata ADDED
@@ -0,0 +1,124 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sample_entity
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Avinash Mishra
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-09-29 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: shoulda
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rdoc
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: juwelier
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: simplecov
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ description: This gem allows to maintain sample entity files for your Rails app.
84
+ email: avinash.mishra@heyjobs.de
85
+ executables: []
86
+ extensions: []
87
+ extra_rdoc_files:
88
+ - LICENSE.txt
89
+ - README.md
90
+ - README.rdoc
91
+ files:
92
+ - Gemfile
93
+ - Gemfile.lock
94
+ - LICENSE.txt
95
+ - README.md
96
+ - README.rdoc
97
+ - Rakefile
98
+ - VERSION
99
+ - lib/sample_entity.rb
100
+ - sample_entity.gemspec
101
+ homepage: http://github.com/avinash.mishra@heyjobs.de/sample_entity
102
+ licenses:
103
+ - MIT
104
+ metadata: {}
105
+ post_install_message:
106
+ rdoc_options: []
107
+ require_paths:
108
+ - lib
109
+ required_ruby_version: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - ">="
112
+ - !ruby/object:Gem::Version
113
+ version: '0'
114
+ required_rubygems_version: !ruby/object:Gem::Requirement
115
+ requirements:
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ version: '0'
119
+ requirements: []
120
+ rubygems_version: 3.3.22
121
+ signing_key:
122
+ specification_version: 4
123
+ summary: Sample Entity integration for HeyJobs
124
+ test_files: []