Skip to content

Commit

Permalink
Merge pull request #1300 from Nexmo/reading_time_gemspec
Browse files Browse the repository at this point in the history
FIX: added spec.add_runtime_dependency('readingtime', '0.3.1') to run…
  • Loading branch information
marcoranieri authored Feb 25, 2022
2 parents 6384a9d + 10fbb8f commit 6d62c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nexmo_developer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NexmoDeveloper
VERSION = '0.1.0'.freeze
VERSION = '0.1.1'.freeze
end
1 change: 1 addition & 0 deletions station.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency('sassc-rails', '2.1.2')
spec.add_runtime_dependency('gmaps4rails', '2.1.2')
spec.add_runtime_dependency('chartkick', '4.0.5')
spec.add_runtime_dependency('readingtime', '0.3.1')

spec.add_development_dependency('rubocop', '~> 1.16.0')
spec.add_development_dependency('rubocop-rails', '~> 2.6')
Expand Down

0 comments on commit 6d62c65

Please sign in to comment.