pebbles-php_cond 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- require 'pebbles-php_cond/version'
1
+ require 'pebbles/php_cond/version'
2
2
 
3
3
  module Pebbles
4
4
  module PhpCond
@@ -1,5 +1,5 @@
1
1
  module Pebbles
2
2
  module PhpCond
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'pebbles-php_cond/version'
4
+ require 'pebbles/php_cond/version'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "pebbles-php_cond"
@@ -1,4 +1,4 @@
1
- require 'pebbles-php_cond'
1
+ require 'pebbles/php_cond'
2
2
  include Pebbles
3
3
 
4
4
  describe Pebbles::PhpCond do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pebbles-php_cond
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-07 00:00:00.000000000 Z
12
+ date: 2013-01-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -56,8 +56,8 @@ files:
56
56
  - LICENSE.txt
57
57
  - README.md
58
58
  - Rakefile
59
- - lib/pebbles-php_cond.rb
60
- - lib/pebbles-php_cond/version.rb
59
+ - lib/pebbles/php_cond.rb
60
+ - lib/pebbles/php_cond/version.rb
61
61
  - pebbles-php_cond.gemspec
62
62
  - spec/php_cond_spec.rb
63
63
  homepage: https://github.com/do-aki/pebbles-php_cond