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 +4 -4
- data/lib/pravangi/version.rb +1 -1
- data/pravangi.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e16f61a50c9e552b723ae85b71904f7ce8ff7cd
|
|
4
|
+
data.tar.gz: 30df35bd5528144a319186b452378a0c3e7d67d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dfa893d9870564f6c8e932e80fd9afd069f2d9ae468a1ed60e74fb09acc0a0d088bb53093a818e52c6079dcd44cf4ae94de853ab37e800ad413dd532631a047e
|
|
7
|
+
data.tar.gz: 33a428a1cbcb62fdbad0065f748fe58e096d868736413b7c8089937d20fc4d05b3ad0897cac06125e08d717669885d3b68b853d54d54fa87fa5a2ae57fa11434
|
data/lib/pravangi/version.rb
CHANGED
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
|
|
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
|