ripl-profiles 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gemspec +1 -1
- data/CHANGELOG.rdoc +3 -0
- data/lib/ripl/profiles.rb +1 -1
- 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.
|
|
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
data/lib/ripl/profiles.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
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
|
-
-
|
|
32
|
-
version: 0.2.
|
|
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.
|