on_exactitude_in_science 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 166e5670770da91c03c9b16de75d883c8a0d5a48
4
- data.tar.gz: 2f507a0d20df6ade84f2c4f4107cfeaa0c73c53a
3
+ metadata.gz: 66a98b0dee1184117f18ea4e33ecf67171e8b840
4
+ data.tar.gz: 2c036d1285f33c5ae6d4477751cd2aa3bad7ac99
5
5
  SHA512:
6
- metadata.gz: 504ef477c001dbaad0d22e7a92630940049206855a7666e98b23788a45cf52bbdb4f0ea00766503a69ee4bfdbdaa0c788222ac821ea7112047a087ded24f93f3
7
- data.tar.gz: 45241b42228c572414819bfa21469cde5e2b4ba5085102a45bd0db7c640bd695dd862f477149764bdc75e39ab747388d8fb25f2993c07527168ca75ec1229f40
6
+ metadata.gz: df29bdb316fb6f664f3a908f83d40d7e81eb13b3d54e40d878ee05427918f823ca30887823c9180d9142ce8723b690cb7dd2e9e291aca4832b454e8f3e994de3
7
+ data.tar.gz: a2f7ce50c14e60a56741607c772f6626921608fbce3cff7ac644d9953af73c5c58d1047adad30fa8c0001125fe75cf8a756a764dee4567a6dabbb1b65a3d2b21
data/.travis.yml ADDED
@@ -0,0 +1,7 @@
1
+ language: ruby
2
+ cache: bundler
3
+
4
+ rvm:
5
+ - 2.0.0
6
+
7
+ script: 'bundle exec rake'
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # OnExactitudeInScience
2
2
 
3
- Extends Ruby to critically engage with On Exactitude in Science by Jorge Louis Borges
3
+ [![Build Status](https://travis-ci.org/coleww/on_exactitude_in_science.svg?branch=master)](https://travis-ci.org/coleww/on_exactitude_in_science)
4
+
5
+ Extends Ruby to critically engage with On Exactitude in Science by Jorge Luis Borges
4
6
 
5
7
  If the user attempts to call a method on any object, where the name of that method corresponds directly to the main text of On Exactitude in Science, then Ruby will return the formatted text of On Exactitude in Science for your enjoyment
6
8
 
@@ -30,7 +32,3 @@ If the user attempts to call a method on any object, where the name of that meth
30
32
  irb(...)> puts in_that_CASTLE_the_art_of_SCIENCE_attained_such_FAILURE_that_the_map_of_a_TON_OF_province.....etc.
31
33
  NameError: undefined local variable or method `in_that_CASTLE_the_art_of_SCIENCE_attained_such_FAILURE_that_the_map_of_a_TON_OF_province_.........etc.
32
34
 
33
-
34
-
35
-
36
-
@@ -1,3 +1,3 @@
1
1
  module OnExactitudeInScience
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = OnExactitudeInScience::VERSION
9
9
  spec.authors = ["Cole Willsea"]
10
10
  spec.email = ["coleww@gmail.com"]
11
- spec.summary = %q{Extends Ruby to engage with the work of Jorge Louis Borges}
11
+ spec.summary = %q{Extends Ruby to engage with the work of Jorge Luis Borges}
12
12
  spec.description = %q{Allows user to access the text of 'On Exactitude In Science' by calling a method on any object wherein the method name is a symbol-ized representation of the text of 'On Exactitude In Science'.}
13
13
  spec.homepage = "https://github.com/coleww/on_exactitude_in_science"
14
14
  spec.license = "MIT"
@@ -17,6 +17,8 @@ Gem::Specification.new do |spec|
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
+
21
+ spec.required_ruby_version = '>= 1.9.3'
20
22
 
21
23
  spec.add_development_dependency "bundler", "~> 1.6"
22
24
  spec.add_development_dependency "rake"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: on_exactitude_in_science
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cole Willsea
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-02 00:00:00.000000000 Z
11
+ date: 2014-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,6 +76,7 @@ extensions: []
76
76
  extra_rdoc_files: []
77
77
  files:
78
78
  - .gitignore
79
+ - .travis.yml
79
80
  - Gemfile
80
81
  - LICENSE.txt
81
82
  - README.md
@@ -96,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
97
  requirements:
97
98
  - - '>='
98
99
  - !ruby/object:Gem::Version
99
- version: '0'
100
+ version: 1.9.3
100
101
  required_rubygems_version: !ruby/object:Gem::Requirement
101
102
  requirements:
102
103
  - - '>='
@@ -107,6 +108,6 @@ rubyforge_project:
107
108
  rubygems_version: 2.3.0
108
109
  signing_key:
109
110
  specification_version: 4
110
- summary: Extends Ruby to engage with the work of Jorge Louis Borges
111
+ summary: Extends Ruby to engage with the work of Jorge Luis Borges
111
112
  test_files:
112
113
  - test/on_exactitude_in_science_test.rb