masheri 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ begin
3
3
  require './lib/masheri/version.rb'
4
4
  Jeweler::Tasks.new do |gemspec|
5
5
  gemspec.name = "masheri"
6
- gemspec.summary = "A gem for Ruby on Rails to use the Mashery API, with a clean configuration file."
6
+ gemspec.summary = "Rails gem for Mashery. Clean config and includes tests."
7
7
  gemspec.email = "farleyknight@gmail.com"
8
8
  gemspec.homepage = "http://github.com/farleyknight/masheri"
9
9
  gemspec.authors = ["Farley Knight"]
@@ -2,7 +2,7 @@ module Masheri
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
data/masheri.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "masheri"
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Farley Knight"]
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
40
40
  s.licenses = ["MIT"]
41
41
  s.require_paths = ["lib"]
42
42
  s.rubygems_version = "1.8.25"
43
- s.summary = "A gem for Ruby on Rails to use the Mashery API, with a clean configuration file."
43
+ s.summary = "Rails gem for Mashery. Clean config and includes tests."
44
44
 
45
45
  if s.respond_to? :specification_version then
46
46
  s.specification_version = 3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: masheri
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -126,6 +126,5 @@ rubyforge_project:
126
126
  rubygems_version: 1.8.25
127
127
  signing_key:
128
128
  specification_version: 3
129
- summary: A gem for Ruby on Rails to use the Mashery API, with a clean configuration
130
- file.
129
+ summary: Rails gem for Mashery. Clean config and includes tests.
131
130
  test_files: []