Skip to content

Commit

Permalink
prepare release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Dec 8, 2014
1 parent 40e995e commit 3f0b02f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# CHANGES

## Jellyfish 1.0.2 -- 2014-12-09

* `Jellyfish::NewRelic` is fixed. Thanks Jason R. Clark (@jasonrclark)

## Jellyfish 1.0.1 -- 2014-11-07

### Enhancements for Jellyfish core
Expand Down
8 changes: 4 additions & 4 deletions jellyfish.gemspec
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
# stub: jellyfish 1.0.1 ruby lib
# stub: jellyfish 1.0.2 ruby lib

Gem::Specification.new do |s|
s.name = "jellyfish"
s.version = "1.0.1"
s.version = "1.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Lin Jen-Shin (godfat)"]
s.date = "2014-11-07"
s.date = "2014-12-09"
s.description = "Pico web framework for building API-centric web applications.\nFor Rack applications or Rack middlewares. Around 250 lines of code."
s.email = ["godfat (XD) godfat.org"]
s.files = [
Expand Down Expand Up @@ -61,7 +61,7 @@ Gem::Specification.new do |s|
"test/test_websocket.rb"]
s.homepage = "https://github.com/godfat/jellyfish"
s.licenses = ["Apache License 2.0"]
s.rubygems_version = "2.4.2"
s.rubygems_version = "2.4.5"
s.summary = "Pico web framework for building API-centric web applications."
s.test_files = [
"test/sinatra/test_base.rb",
Expand Down
2 changes: 1 addition & 1 deletion lib/jellyfish/version.rb
@@ -1,4 +1,4 @@

module Jellyfish
VERSION = '1.0.1'
VERSION = '1.0.2'
end

0 comments on commit 3f0b02f

Please sign in to comment.