pravangi 0.0.1 → 0.1.0

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
  SHA1:
3
- metadata.gz: 05996bcd1b0b07af131b72d7a2172e5943b1355b
4
- data.tar.gz: 0418b717faa2732a08211fd370dc885577e4d6b1
3
+ metadata.gz: 0e16f61a50c9e552b723ae85b71904f7ce8ff7cd
4
+ data.tar.gz: 30df35bd5528144a319186b452378a0c3e7d67d1
5
5
  SHA512:
6
- metadata.gz: 510296350eb12c18de1725e093cc95f96fa4103c1204d3c3b856415e36afab051ac3a9a516b584242321d23834e858fa148598fd50b6a0ae05fec0f25457e85b
7
- data.tar.gz: 1a8ad67b8d426b0c62c00a7790d3c483da34adbb05d8a4c1d456ca927516f7a491511bda1c23b50e36a66966b0d57faa9db227510816621573865ff665779b50
6
+ metadata.gz: dfa893d9870564f6c8e932e80fd9afd069f2d9ae468a1ed60e74fb09acc0a0d088bb53093a818e52c6079dcd44cf4ae94de853ab37e800ad413dd532631a047e
7
+ data.tar.gz: 33a428a1cbcb62fdbad0065f748fe58e096d868736413b7c8089937d20fc4d05b3ad0897cac06125e08d717669885d3b68b853d54d54fa87fa5a2ae57fa11434
@@ -1,3 +1,3 @@
1
1
  module Pravangi
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
data/pravangi.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Pravangi::VERSION
9
9
  spec.authors = ["Jasdeep Singh"]
10
10
  spec.email = ["narang.jasdeep@gmail.com"]
11
- spec.description = %q{ਪ੍ਰਵਾਨਗੀ (pravangi) : Approval}
12
- spec.summary = %q{ਪ੍ਰਵਾਨਗੀ (pravangi) : Approval}
11
+ spec.description = %q{ਪ੍ਰਵਾਨਗੀ (pravangi) : Approval process for your models/domain objects without commiting the changes to the records}
12
+ spec.summary = %q{ਪ੍ਰਵਾਨਗੀ (pravangi) : Approval process for your models/domain objects without commiting the changes to the records}
13
13
  spec.homepage = "http://metawarelabs.com"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pravangi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jasdeep Singh
@@ -136,7 +136,8 @@ dependencies:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
- description: "ਪ੍ਰਵਾਨਗੀ (pravangi) : Approval"
139
+ description: "ਪ੍ਰਵਾਨਗੀ (pravangi) : Approval process for your models/domain objects
140
+ without commiting the changes to the records"
140
141
  email:
141
142
  - narang.jasdeep@gmail.com
142
143
  executables: []
@@ -184,7 +185,8 @@ rubyforge_project:
184
185
  rubygems_version: 2.4.6
185
186
  signing_key:
186
187
  specification_version: 4
187
- summary: "ਪ੍ਰਵਾਨਗੀ (pravangi) : Approval"
188
+ summary: "ਪ੍ਰਵਾਨਗੀ (pravangi) : Approval process for your models/domain objects without
189
+ commiting the changes to the records"
188
190
  test_files:
189
191
  - spec/lib/pravangi/requires_approval_spec.rb
190
192
  - spec/lib/pravangi_spec.rb