Commit 4d15bf2

mo khan <mo.khan@gmail.com>
2019-10-19 20:02:39
Run tests
1 parent ffacfbd
spec/jive_spec.rb
@@ -1,9 +1,3 @@
 RSpec.describe Jive do
-  it "has a version number" do
-    expect(Jive::VERSION).not_to be nil
-  end
-
-  it "does something useful" do
-    expect(false).to eq(true)
-  end
+  it { expect(Jive::VERSION).not_to be nil }
 end
Gemfile.lock
@@ -0,0 +1,35 @@
+PATH
+  remote: .
+  specs:
+    jive (0.1.0)
+
+GEM
+  remote: https://rubygems.org/
+  specs:
+    diff-lcs (1.3)
+    rake (10.5.0)
+    rspec (3.9.0)
+      rspec-core (~> 3.9.0)
+      rspec-expectations (~> 3.9.0)
+      rspec-mocks (~> 3.9.0)
+    rspec-core (3.9.0)
+      rspec-support (~> 3.9.0)
+    rspec-expectations (3.9.0)
+      diff-lcs (>= 1.2.0, < 2.0)
+      rspec-support (~> 3.9.0)
+    rspec-mocks (3.9.0)
+      diff-lcs (>= 1.2.0, < 2.0)
+      rspec-support (~> 3.9.0)
+    rspec-support (3.9.0)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  bundler (~> 2.0)
+  jive!
+  rake (~> 10.0)
+  rspec (~> 3.0)
+
+BUNDLED WITH
+   2.0.2
jive.gemspec
@@ -8,16 +8,14 @@ Gem::Specification.new do |spec|
   spec.authors       = ["mo khan"]
   spec.email         = ["mo.khan@gmail.com"]
 
-  spec.summary       = %q{TODO: Write a short summary, because RubyGems requires one.}
-  spec.description   = %q{TODO: Write a longer description or delete this line.}
-  spec.homepage      = "TODO: Put your gem's website or public repo URL here."
+  spec.summary       = %q{The art just comes.}
+  spec.description   = %q{The art just comes.}
+  spec.homepage      = "https://github.com/mokhan/jive"
   spec.license       = "MIT"
 
-  spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
-
   spec.metadata["homepage_uri"] = spec.homepage
-  spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
-  spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
+  spec.metadata["source_code_uri"] = "https://github.com/mokhan/jive"
+  spec.metadata["changelog_uri"] = "https://github.com/mokhan/jive"
 
   # Specify which files should be added to the gem when it is released.
   # The `git ls-files -z` loads the files in the RubyGem that have been added into git.