lead_management 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1104cef5e5555ff66180f3a905a98952cf89a81870c9b04197e75e26a3dcb3dc
4
- data.tar.gz: 92fb9f9666e9a3d35ec3435954165f06a15550ae40f367cb75043386ef23b315
3
+ metadata.gz: acc012c483ead68ab9498c4b7b59a7f0cc4b8da5cb4c23445a071d6de5efa39f
4
+ data.tar.gz: d51c63a65d11eb190701a3946c548b3639fce0c6840af9a256dd146886234001
5
5
  SHA512:
6
- metadata.gz: 3763080a6054b1eff5c2a070df7d6e8d38803259b9e77493e8a92c6195ad2ca4d3491b03028576c0a6618b0a5ff2d634a53ca73a613ef0ea7e16e3328c29f0c5
7
- data.tar.gz: 7abe72ff80fb9bccbca9e58dd2e80bfe64b7896e3e7cdb4a67bf6019725d96d55a23ccb88ac853db03e5fdad7aa18dc2c04488bc8fe392504de8c8f6da147cdd
6
+ metadata.gz: 615ea68172738b312f3e1d3b6d4d5375f3ec12d65dd33dd0a29f982db3270ae0d86c3d485f19567faf05a911e8d2977b82b90d5c4c6c1d50dab18c9b4280d3ba
7
+ data.tar.gz: 3ed35cea270cd179aa49b1dd2b6925ac4e582603090843955578e97349cb040566fbe8a57b7792848669277a0db712230906ad8081eb436e3924567ee69f88c3
@@ -1,8 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <module type="RUBY_MODULE" version="4">
3
- <component name="ModuleRunConfigurationManager">
4
- <shared />
5
- </component>
6
3
  <component name="NewModuleRootManager">
7
4
  <content url="file://$MODULE_DIR$">
8
5
  <sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
@@ -11,12 +8,5 @@
11
8
  </content>
12
9
  <orderEntry type="inheritedJdk" />
13
10
  <orderEntry type="sourceFolder" forTests="false" />
14
- <orderEntry type="library" scope="PROVIDED" name="bundler (v2.4.13, ruby-2.7.0-p0) [gem]" level="application" />
15
- <orderEntry type="library" scope="PROVIDED" name="rake (v13.0.1, ruby-2.7.0-p0) [gem]" level="application" />
16
- </component>
17
- <component name="RakeTasksCache">
18
- <option name="myRootTask">
19
- <RakeTaskImpl id="rake" />
20
- </option>
21
11
  </component>
22
12
  </module>
data/README.md CHANGED
@@ -1,34 +1,28 @@
1
1
  # LeadManagement
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
4
-
5
- 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/lead_management`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Welcome to LeadManagement, In this directory, you'll find the files you need to be able to package up your Ruby library into a gem.
6
4
 
7
5
  ## Installation
8
6
 
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
-
11
7
  Install the gem and add to the application's Gemfile by executing:
12
8
 
13
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
9
+ $ bundle add lead_management
14
10
 
15
11
  If bundler is not being used to manage dependencies, install the gem by executing:
16
12
 
17
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
13
+ $ gem install lead_management
18
14
 
19
15
  ## Usage
20
16
 
21
- TODO: Write usage instructions here
17
+ Automate the lead management system.
22
18
 
23
19
  ## Development
24
20
 
25
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
26
-
27
- 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 the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
21
+ We are working on this and soon we will introduce some features and if you are willing to contribute door is open.
28
22
 
29
23
  ## Contributing
30
24
 
31
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/lead_management. 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]/lead_management/blob/master/CODE_OF_CONDUCT.md).
25
+ Bug reports and pull requests are welcome on GitHub at https://github.com/santu-essence/lead_management. 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]/lead_management/blob/master/CODE_OF_CONDUCT.md).
32
26
 
33
27
  ## License
34
28
 
@@ -0,0 +1,3 @@
1
+ To copy a SimpleForm initializer to your Rails App, with some configuration values, just do:
2
+
3
+ rails generate lead_management:install
@@ -0,0 +1,17 @@
1
+ module LeadManagement
2
+ module Generators
3
+ class InstallGenerator < Rails::Generators::Base
4
+ source_root File.expand_path('../templates', __dir__)
5
+
6
+ desc 'This will create initializer files for lead management'
7
+ def create_initializer
8
+ create_file "config/initializer/lead_management.rb"
9
+ end
10
+
11
+ desc 'This will create config file for lead management'
12
+ def create_config
13
+ templates 'lead_management_config.rb', "#{Rails.root}/config/lead_management_config.rb"
14
+ end
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,5 @@
1
+ require 'lead_management'
2
+
3
+ LeadManagement.config do |config|
4
+ config.source = true
5
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LeadManagement
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lead_management
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - santu essence
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-10 00:00:00.000000000 Z
11
+ date: 2023-08-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Lead management that will help us to manage our team.
14
14
  email:
@@ -29,6 +29,9 @@ files:
29
29
  - README.md
30
30
  - Rakefile
31
31
  - lead_management.gemspec
32
+ - lib/generators/lead_management/USAGE
33
+ - lib/generators/lead_management/install_generator.rb
34
+ - lib/generators/templates/lead_management_config.rb
32
35
  - lib/lead_management.rb
33
36
  - lib/lead_management/version.rb
34
37
  - sig/lead_management.rbs