Skip to content

Commit

Permalink
rename package to nylas-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed May 28, 2024
1 parent 7b6caad commit cd4721f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

source "https://rubygems.org"

gemspec name: "nylas"
gemspec name: "nylas-legacy"
6 changes: 3 additions & 3 deletions nylas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
require "./gem_config"

Gem::Specification.new do |gem|
GemConfig.apply(gem, "nylas")
gem.summary = %(Gem for interacting with the Nylas API)
gem.description = %(Gem for interacting with the Nylas API.)
GemConfig.apply(gem, "nylas-legacy")
gem.summary = %(Gem for interacting with the Nylas API v2)
gem.description = %(Gem for interacting with the Nylas API v2.)
gem.add_runtime_dependency "eventmachine", "~> 1.2.7"
gem.add_runtime_dependency "faye-websocket", "~> 0.11.1"
gem.add_runtime_dependency "rest-client", ">= 2.0", "< 3.0"
Expand Down

0 comments on commit cd4721f

Please sign in to comment.