ripl-profiles 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/.gemspec +1 -1
  2. data/CHANGELOG.rdoc +3 -0
  3. data/lib/ripl/profiles.rb +1 -1
  4. metadata +4 -4
data/.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.summary = "This ripl plugin adds a --profile option to ripl that loads profile files in ~/.ripl/profiles."
14
14
  s.description = "This ripl plugin adds a --profile option to ripl that loads profile files in ~/.ripl/profiles before starting ripl."
15
15
  s.required_rubygems_version = ">= 1.3.6"
16
- s.add_dependency 'ripl', '>= 0.2.6'
16
+ s.add_dependency 'ripl', '>= 0.2.7'
17
17
  s.files = Dir.glob(%w[{lib,test}/**/*.rb bin/* [A-Z]*.{txt,rdoc} ext/**/*.{rb,c} **/deps.rip]) + %w{Rakefile .gemspec}
18
18
  s.extra_rdoc_files = ["README.rdoc", "LICENSE.txt"]
19
19
  s.license = 'MIT'
data/CHANGELOG.rdoc CHANGED
@@ -1,2 +1,5 @@
1
+ == 0.1.0
2
+ * depends on ripl 0.2.7
3
+
1
4
  == 0.1.0
2
5
  * Initial release.
data/lib/ripl/profiles.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'ripl'
2
2
 
3
3
  module Ripl::Profiles
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
 
6
6
  @loaded = []
7
7
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jan Lelis
@@ -28,8 +28,8 @@ dependencies:
28
28
  segments:
29
29
  - 0
30
30
  - 2
31
- - 6
32
- version: 0.2.6
31
+ - 7
32
+ version: 0.2.7
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
35
  description: This ripl plugin adds a --profile option to ripl that loads profile files in ~/.ripl/profiles before starting ripl.