TestGem102 1.0.1 → 1.0.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.
- data/doc/readme.txt +1 -0
- metadata +4 -2
data/doc/readme.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This is readme file included with the gem.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: TestGem102
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -15,10 +15,12 @@ description: A simple test gem!
|
|
|
15
15
|
email: shahzad@testsite.com
|
|
16
16
|
executables: []
|
|
17
17
|
extensions: []
|
|
18
|
-
extra_rdoc_files:
|
|
18
|
+
extra_rdoc_files:
|
|
19
|
+
- doc/readme.txt
|
|
19
20
|
files:
|
|
20
21
|
- lib/saaspose_pdf.rb
|
|
21
22
|
- lib/TestGem102.rb
|
|
23
|
+
- doc/readme.txt
|
|
22
24
|
homepage: http://testsite.com
|
|
23
25
|
licenses: []
|
|
24
26
|
post_install_message:
|