phonz 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Phonz
2
2
 
3
- TODO: Write a gem description
3
+ this suggests academic synonyms for words in a string or text
4
4
 
5
5
  ## Installation
6
6
 
data/lib/phonz/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Phonz
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/phonz-0.0.2.gem ADDED
Binary file
data/phonz.gemspec CHANGED
@@ -8,12 +8,10 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Phonz::VERSION
9
9
  spec.authors = ["lpmi-13"]
10
10
  spec.email = ["leskis@gmail.com"]
11
- spec.summary = %q{this suggests academic synonyms for words in a string or text}
12
- spec.description = %q{familiarity with the Academic Word List (Coxhead, 2000) is very useful when
13
- trying to write in a more academic style, as appropriate in university
14
- writing courses. The list is taken from numerous subject areas and genres,
15
- and is a good representation of the types of words that students should
16
- expect to encounter in their university courses.}
11
+ spec.summary = %q{checks a string for vowel quality or stress exceptions}
12
+ spec.description = %q{an attempt to use spelling rules to predict vowel quality and stress patterns
13
+ in English words. Exceptions to the predictive rules are listed and accessible
14
+ with this gem.}
17
15
  spec.homepage = "http://www.sample.com"
18
16
  spec.license = "MIT"
19
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phonz
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:
@@ -43,12 +43,9 @@ dependencies:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
45
  version: '10.0'
46
- description: ! "familiarity with the Academic Word List (Coxhead, 2000) is very useful
47
- when \n trying to write in a more academic style, as appropriate
48
- in university\n writing courses. The list is taken from
49
- numerous subject areas and genres,\n and is a good representation
50
- of the types of words that students should\n expect to
51
- encounter in their university courses."
46
+ description: ! "an attempt to use spelling rules to predict vowel quality and stress
47
+ patterns\n in English words. Exceptions to the predictive
48
+ rules are listed and accessible\n with this gem."
52
49
  email:
53
50
  - leskis@gmail.com
54
51
  executables: []
@@ -62,6 +59,7 @@ files:
62
59
  - Rakefile
63
60
  - lib/phonz.rb
64
61
  - lib/phonz/version.rb
62
+ - phonz-0.0.2.gem
65
63
  - phonz.gemspec
66
64
  homepage: http://www.sample.com
67
65
  licenses:
@@ -87,5 +85,5 @@ rubyforge_project:
87
85
  rubygems_version: 1.8.29
88
86
  signing_key:
89
87
  specification_version: 3
90
- summary: this suggests academic synonyms for words in a string or text
88
+ summary: checks a string for vowel quality or stress exceptions
91
89
  test_files: []