We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0e449 commit dbc79d1Copy full SHA for dbc79d1
contentstack.gemspec
@@ -11,8 +11,8 @@ Gem::Specification.new do |s|
11
12
s.license = "MIT"
13
14
- s.summary = %q{A ruby gem to work with Contentstack}
15
- s.description = %q{A ruby gem to work with the Content Delivery API for contentstack}
+ s.summary = %q{Contentstack Ruby client for the Content Delivery API}
+ s.description = %q{Contentstack Ruby client for the Content Delivery API}
16
17
s.files = `git ls-files`.split("\n")
18
s.require_paths = ["lib"]
lib/contentstack/version.rb
@@ -1,3 +1,3 @@
1
module Contentstack
2
- VERSION = "0.0.4"
+ VERSION = "0.0.1"
3
end
0 commit comments