reivt 1.2.3 → 1.2.4
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/reivt/version.rb +1 -1
- data/revit.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8151cfb6c7695652dc559c2c8ad27c64f96e5077
|
4
|
+
data.tar.gz: 94ae69e45dc1251c4bb08430a7988c41552a3453
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f993ab544c390aef5d5e809c98295c41bc5de57efe4359bc60e262b84dbc485a9bbe4a100578c80c2f5fdfce24a746efc685c4e0620bb61fc17cb5567111257
|
7
|
+
data.tar.gz: 40fe1a4f0ff0a6972cc28a0f8cbcaafe46da6647b9f87bced4c6afdda103a6f2154f82131df7e8ef24e01a81d2312136849b719b5f653376278fc1558e73d18d
|
data/lib/reivt/version.rb
CHANGED
data/revit.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.version = Reivt::VERSION
|
11
11
|
spec.authors = ['vaemoi', 'Barry Harris, Tarik Massac']
|
12
12
|
spec.email = ['dev@vaemoi.co', 'brwnrclse@vaemoi.co', 'tai@vaemoi.co']
|
13
|
-
spec.summary = 'NOTICE!!! - we will be moving to revit a few days' \
|
13
|
+
spec.summary = 'NOTICE!!! - we will be moving to revit a few days ' \
|
14
14
|
"https://rubygems.org/gems/revit !!! \n\n" \
|
15
15
|
' Creating and uploading code reviews to use with rev' \
|
16
16
|
' - https://rev.vaemoi.co'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: reivt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vaemoi
|
@@ -277,6 +277,6 @@ rubyforge_project:
|
|
277
277
|
rubygems_version: 2.6.10
|
278
278
|
signing_key:
|
279
279
|
specification_version: 4
|
280
|
-
summary: NOTICE!!! - we will be moving to revit a few
|
280
|
+
summary: NOTICE!!! - we will be moving to revit a few days https://rubygems.org/gems/revit
|
281
281
|
!!! Creating and uploading code reviews to use with rev - https://rev.vaemoi.co
|
282
282
|
test_files: []
|