Skip to content

Commit

Permalink
Version 1.2.5. Moved VERSION constant up a directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed May 20, 2010
1 parent 3ae597b commit 389ec8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions lib/factory_girl.rb
Expand Up @@ -20,3 +20,7 @@
def Factory (name, attrs = {})
Factory.default_strategy(name, attrs)
end

class Factory
VERSION = "1.2.5"
end
2 changes: 0 additions & 2 deletions lib/factory_girl/factory.rb
@@ -1,6 +1,4 @@
class Factory
VERSION = "1.2.5.beta1"

# Raised when a factory is defined that attempts to instantiate itself.
class AssociationDefinitionError < RuntimeError
end
Expand Down

7 comments on commit 389ec8f

@iain
Copy link

@iain iain commented on 389ec8f May 20, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't you release it at rubygems.org?

@jyurek
Copy link

@jyurek jyurek commented on 389ec8f May 21, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be, there's just a slight technical difficulty. It'll be out tomorrow, don't worry. :)

@iain
Copy link

@iain iain commented on 389ec8f May 21, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not worried, excited ;)

@nono
Copy link

@nono nono commented on 389ec8f May 25, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to release it. I'm exicted too :)

@zacharyvoase
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How’s the gem release going? I am ready and willing to pitch in if you need help with anything.

@snowblink
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering what happened to this release to rubygems. :(

@jferris
Copy link
Member

@jferris jferris commented on 389ec8f Apr 8, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It ended up being released as 1.3.0 instead.

Please sign in to comment.