Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit a3b887a

Browse files
committed
code for ruby 0.2.1
1 parent 70ef5f0 commit a3b887a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ruby/lib/pipedream/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pipedream
2-
VERSION = "0.2.0"
2+
VERSION = "0.2.1"
33
end

ruby/pipedream.gemspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ require "pipedream/version"
44
Gem::Specification.new do |g|
55
g.name = "pipedream"
66
g.version = Pipedream::VERSION
7-
g.date = "2010-04-28"
7+
g.date = "2019-10-14"
88
g.summary = g.description = "Pipedream SDK"
99
g.authors = ["Pipedream Team"]
1010
g.email = "[email protected]"
11-
g.files = `git ls-files | grep -Ev '^(examples|spec)'`.split("\n")
11+
g.files = `git ls-files`.split("\n")
1212
g.homepage = "https://github.com/PipedreamHQ/sdk/blob/master/ruby"
1313
g.license = "MIT"
14-
g.add_development_dependency "rspec"
1514
g.add_development_dependency "keycutter"
1615
g.metadata = {"github_repo" => "ssh://github.com/PipedreamHQ/sdk"}
1716
end

0 commit comments

Comments
 (0)